&&length

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Action:

Returns the length in characters of its string argument.  

Syntax:

&&length(value

where value observes the rules for &&function string arguments.

For example, the first &&length call in the following fragment returns
0; the second returns 3; the last returns 6:

&&length("") &&length(123)  set &g = 'george' &&length(&g) 

Introduced: Build 58