LEN

From Macros Wiki
Revision as of 00:01, 15 January 2011 by Mikeo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Up

Command

LEN
LEN
LEN <a$>


Returns the number of characters in a text string.

Parameters

<a$>
Text string or name of a string variable.

Example

LEN(c$)