Length |
[This is preliminary documentation and is subject to change.]
The TOPICA Basic function Length is used to calculate the length (= number of characters) of a string expression.
Length(stringValue)
Result type: Integer.
Name | Type | Description |
---|---|---|
stringValue | String | The string value to compute length of. |
Number of characters in input string (stringValue).
Type: Integer.