Programmer Guide/Command Reference/LENGTH: Difference between revisions
From STX Wiki
Jump to navigationJump to search
initial import |
m 1 revision: Initial import |
(No difference)
| |
Revision as of 17:31, 18 November 2010
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).