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