TeleFlow BasicScript Len

TeleFlow BasicScript Len

From TeleFlow

Jump to: navigation, search

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"