Returns a substring of the receiving buffer that begins at the
n'th character and is of length
length.
The n must be a positive whole number.
If length is omitted, it defaults to
1.
If n is greater than the length of the
receiving string, a null string is returned.