range

Returns a copy of a range of this string buffer as a string.

Syntax
aStringBuffer range (start, size)
Parameters
start - Integer
The index of the first char of the range.
size - Integer
The number of char of the range.
Return Value
A string with the selected range of characters.