Returns the substring of characters >= <start index> and < <end index>. <end index> is optional.
Example:
name = getSubStr( playerwarp_string, 8 )
* = mandatory