LINELENGTH

From STX Wiki
< Programmer Guide‎ | Command Reference
Revision as of 15:05, 17 May 2010 by 193.171.195.8 (talk) (initial import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Navigation menu

Personal tools