next

Returns the index to the next character.

Syntax
aString next (index)
Parameters
index - Integer
The starting index.
Return Value
The index of the next character.
Remarks

The index must not be the index of the terminator of the string (i.e. after the last character).