Substring
Returns a substring of characters.
Related examples
Arguments
Input Value | Specify the input value to process. |
Properties
Start | Enter the one-based character that starts the returned substring.
The first character is 1. This property is also available as an argument. If you specify both, the argument value is used and the property value is ignored. |
Length | Enter the number of characters to return after (and including)
the start character. This property is also available as an argument. If you specify both, the argument value is used and the property value is ignored. |