strlen( param )


Parameters

  Type Description
param string find length of

_result

Set to the number of characters in param.

Descriptions

Sets _result to the number of characters in param. If param is not a string an error is produced.

In the example below, the print command adds 5 to the print log.

strlen( "Hello" )
print( _result )

See Also

strins, strmid, strfind, strbreak, strspan, stricmp, strrev, strtrim, strlower, strupper