StrLen
- string length

String manipulation
(AmiBroker 3.50)


SYNTAX strlen( STRING)
RETURNS NUMBER
FUNCTION calculates the length of the string
EXAMPLE This function could be used for (for example) filtering out only 3 letter stock codes: buy = something AND strlen( name() ) == 3;
SEE ALSO

References:

The StrLen function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.