SUBSTRING(Str, Skip, Length)

String Expression

Returns the substring of the string Str created by skipping the number of characters specified by the second argument, Skip, and returning the number of characters specified by the third argument, Length.

Example: SUBSTRING("Dallas",0,1) returns "D"