&&length

From m204wiki
Revision as of 15:50, 19 August 2022 by Ekern (talk | contribs) (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Returns the length in characters of its string argument.  </span> '''Syntax:''' <p class="syntax">&...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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