Returns a portion of the string starting at the specified start index and of the specified length
<global>
Name | Type | Description |
---|---|---|
start | integer | The zero-based index of first character of the returned substring. |
length | integer | The length of the returned substring. |