/ Forums / Advansys Formativ / Creating Solutions with Formativ / Double Quote Problem with ItemSetText / Reply To: Double Quote Problem with ItemSetText

#7523
Support 3
Participant

    Hi rdryan,

    Could you please provide some sample code as we could not reproduce the behaviour. The sample code below uses the ComposingItem and ItemSetText token to insert the characters you described above.

      GroupWise.ComposingItem.bodytext = "(), {}"
    
      iText = "(), {}"
      iSyntax = "ItemSetText(""X00"";10;""" & iText & """;1;1)"
      msgbox groupwise.throwtoken(iSyntax, iReturnVal)
    

    Regards,
    Advansys Support