|
|
|
|
Functions
MioScript Reference
|
|
Syntax
| str.right(Source, CharCount) |
Parameters
| STRING | Source | Source string.
| | INT | CharCount | Number of characters to extract. |
Return value
Description
| Returns the right part of a string. |
MioScript Sample Code
alert(str.right("Hello", 2)) |
|
|
|