LINELENGTH
From STX Wiki
Jump to navigationJump to search
LINELENGTH
var := LINELENGTH string
-> var = 'numberofcharacters'
Get the length of the string string including delimiters.
E.g.
#len := length hello world // #len == 5 #len := linelength hello world // #len == 11