STRING | The source, or original, string |
START | The character that you are starting the extraction from. The first character is always 1 |
LENGTH | (optional) The number of characters to extract. If this parameter is omitted, the extraction will go to the last character of the string |
If start position is negative, then substr starts at the end and counts backwards
If length is negative, then NULL is returned
Substr(~,3,4)
will return, from a value of ABCDEFGHJK the value DEFG (third character for four characters)
Screen captures are meant to be indicative of the concept being presented and may not reflect the current screen design.
If you have any comments or questions please email the Wiki Editor
All content © High Line Corporation