subchar >>-subchar(n)---------------------------------------------->< Returns the n'th character of the receiving string. n must be a positive whole number. If n is greater that the length of the receiving string then a zero-length string is returned. |