Scalar FunctionsString Functions
strlen
Returns the length of the input string in characters.
Syntax
strlen(source)Parameters
Prop
Type
Returns: long
Examples
Example 1
print strlen("Lindisfarne")| print_0 (long) |
|---|
| 11 |
Returns the length of the input string in characters.
strlen(source)Prop
Type
Returns: long
print strlen("Lindisfarne")| print_0 (long) |
|---|
| 11 |