LEN: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Command|syntax=LEN <a$> |description=*DESCRPTION* |param1=<a$>|param1_desc={{a$}} }} ===Example=== :- LEN Category:Internal_Macro_Functions
 
ConnerO (talk | contribs)
No edit summary
Line 1: Line 1:
{{Command|syntax=LEN <a$>
{{Command|syntax=[[Image:len.png|right|LEN]]LEN <a$>
|description=*DESCRPTION*
|description=:Returns the value of the amount of characters in a text sring, to view the result use [[DEBUG|debug]].


|param1=<a$>|param1_desc={{a$}}
|param1=<a$>|param1_desc={{a$}}
Line 6: Line 6:


===Example===
===Example===
:- LEN
:LEN(c$)


[[Category:Internal_Macro_Functions]]
[[Category:Internal_Macro_Functions]]

Revision as of 17:26, 22 July 2010

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