(SGET(text,nchar,pos))
Gets nchar characters from text starting at pos, returning a text string.
In the following example, the value of vsget is BCD, the three characters starting in the second position of the text string.
SET VAR vsget = (SGET('ABCDE',3,2))