LEN: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {{Command|syntax=LEN <a$> |description=*DESCRPTION* |param1=<a$>|param1_desc={{a$}} }} ===Example=== :- LEN Category:Internal_Macro_Functions |
No edit summary |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Command|syntax=LEN <a$> | [[:Category:Internal_Macro_Functions|{{Up}}]] | ||
|description= | |||
{{Command|syntax=[[Image:len.png|right|LEN]]LEN <a$> | |||
|description=:Returns the number of characters in a text string. | |||
|param1=<a$>|param1_desc={{a$}} | |param1=<a$>|param1_desc={{a$}} | ||
Line 6: | Line 8: | ||
===Example=== | ===Example=== | ||
: | :LEN(c$) | ||
[[Category:Internal_Macro_Functions]] | [[Category:Internal_Macro_Functions]] |
Latest revision as of 00:01, 15 January 2011
Command
- Returns the number of characters in a text string.
Parameters
- <a$>
- Text string or name of a string variable.
Example
- LEN(c$)