TeleFlow BasicScript Len
From TeleFlow
(Difference between revisions)
Wikilib (Talk | contribs)
(New page: Returns the number of alphas in a string.<br> <br> ===Syntax=== :LEN(<b><i>string</i></b>)<br> <br> :<b>string:</b> a string value or variable.<br> <br> ===Related Steps=== [[Image:Iv_517....)
Next diff →
Current revision
Returns the number of alphas in a string.
Syntax
- LEN(string)
- string: a string value or variable.
Related Steps
Examples
BasicScript code Result @A = "Hello world" 11 @B = LEN(@A) PRINT "@B"
