Assigns a substring of Text-Argument starting at Position to the symbol given by Name..
Syntax
Name SUBSTR Text-Argument,Position[,Length]Remarks
The Position parameter indicates the starting character of the substring to extract from the Text-Argument, and must be 1 or greater. If specified, the Length parameter indicates how many characters are desired, otherwise the remainder of the string is extracted.