LEN: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
Mikeo (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
Line 4: Line 4:
|description=:Returns the number of characters in a text string.
|description=:Returns the number of characters in a text string.


|param1=<a$>|param1_desc={{a$}}
|param1=<a$>|param1_desc={{parameter_variable_string_name}}
}}
}}



Revision as of 00:00, 15 January 2011

Up

Command

LEN
LEN
LEN <a$>


Returns the number of characters in a text string.

Parameters

<a$>
Name of string variable to be set to

Example

LEN(c$)