Substring

This verb expands to string containing the number of characters specified in the Length field. Enclosed nouns and verbs are concatenated before the substring verb is applied.


Example


Substring


Fields

Start

Starting location for the concatenation:


Length

Number of characters from start to include in the substring. Negative numbers are interpreted as (total # of characters + length) + 1 (e.g. for a string with 5 characters a length of -1 = (5 + (-1)) + 1 = 5, -2 = (5 + (-2)) + 1 = 4, etc.).