LEN

From Macros Wiki
Revision as of 17:26, 22 July 2010 by ConnerO (talk | contribs)
Jump to navigationJump to search

Command

LEN
LEN
LEN <a$>


Returns the value of the amount of characters in a text sring, to view the result use debug.

Parameters

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

Example

LEN(c$)