Returns a portion of the string expression starting at the defined start location for the defined length..
sData - The full string
nStart - The starting position in the string
nLength - The number of characters to return from nStart. The reserved value of 0 (zero) will return all characters to the end of the sData string.