LINELENGTH

From STX Wiki
< Programmer Guide‎ | Command Reference
Revision as of 18:31, 18 November 2010 by Admin (talk | contribs) (1 revision: Initial import)
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