Core Function StrLen
From Sputnik Wiki
(Difference between revisions)
(→Example) |
m (1 revision) |
Revision as of 21:40, 11 August 2014
StrLen( <expression> )
Contents |
Description
Returns length of specified string
Parameters
expression
The expression to evaluate.
Return Value
Return the length of the string.
Remarks
None.
Example
$len = StrLen("How long am I?"); MsgBox("String length is: $len");