(string Text)
LEN returns the number of characters in a text string.
Example: LEN(qwerty) returns (6).
Text: Required. The text whose length you want to find. Spaces count as characters.
Example
The length of the "Sell-to Contact" string:
len(&SelltoContact)
Comments
Please sign in to leave a comment.