LEN: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
Mikeo (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:


{{Command|syntax=[[Image:len.png|right|LEN]]LEN <a$>
{{Command|syntax=[[Image:len.png|right|LEN]]LEN <a$>
|description=:Returns the number of characters in a text sring.
|description=:Returns the number of characters in a text string.


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

Latest revision as of 00:01, 15 January 2011

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$)