TeleFlow BasicScript Len

TeleFlow BasicScript Len

From TeleFlow

(Difference between revisions)
Jump to: navigation, search

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

Image:Iv_517.gif BasicScript

Examples

BasicScript code      Result
@A = "Hello world" 11
@B = LEN(@A)
PRINT "@B"