Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Excerpt
hiddentrue

stringLength(stringToTest) Returns the length of a string.


Function: stringLength()

Returns the length of a string.

...

ArgumentTypeDescription
stringToTestStringThe string to be tested.

Examples

stringLength("01223236023")

Returns 11.

See Also