NOP Design Home Page
Documentation
TOC/Index
Search
Downloads



Length

Get string length

Returns the length of the string expression parameter.

Sample Source

# Will output 6
str := "abcdef"
Say Length str

# Will output 7
str := " ab cd "
Say Length str

Minimum version: 1.0