Forum Discussion

deepl's avatar
deepl
New Contributor
9 years ago

Counting the number of characters in a word/string

Is there a checkpoint or a way to count the number of characters in a word or a string? I am doing Keyword tests.

1 Reply

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    Use the Call Object method operation.  Use the aqString object and select the GetLength method.  The parameter would be your string you want to count.  The method will return the # of characters as the result.