|
|
|
|
Functions
MioScript Reference
|
|
Syntax
| str.sub(source, startAt, length) |
Parameters
| STRING | source | Source string.
| | INT | startAt | Position of the first character to kepp.
| | INT | length | Optional. Position of the latest character to keep. |
Return value
Description
| Extracts a part of a string. |
|
|
|