LENGTH
From STX Wiki
Jump to navigationJump to search
LENGTH
var := LENGTH string
-> var = 'numberofcharacters'
Get the length of the string string. See LINELENGTH
for an alternative, which can retrieve the length of a line including delimiters (e.g. whitespace).