StrLen
Determines the length of a string.
Function | Group | Execution | Windows | Embedded | Thin Client | Mobile Access |
---|---|---|---|---|---|---|
StrLen | String | Synchronous | Supported | Supported | Supported | Supported |
Syntax
StrLen( strSource )
- strSource
- The string.
Returned value
Returns an integer that is the number of characters in the string.
Examples
Tag Name | Expression |
---|---|
Tag | StrLen( “Studio version 7.0″ ) // Returned value = 18 |
Tag | StrLen( “Technical Reference” ) // Returned value = 19 |