|
|
|
|
Functions
MioScript Reference
|
|
Syntax
| str.left(Source, CharIndex) |
Parameters
| STRING | Source | Source string.
| | INT | CharIndex | Index of the last character to extract. |
Return value
Description
| Returns the left part of a string. |
MioScript Sample Code
alert(str.left("Hello", 2)) |
|
|
|