|
|
|
|
Functions
MioScript Reference
|
|
Syntax
Parameters
| ARRAY | Array | Name of the variable containing the array. |
Return value
No value is returned.
Description
MioScript Sample Code
&myArray[] = "Orange^^Apple^^Lemon"
var.array.sort(myArray)
alert(&myArray[])
// The result is Apple^^Lemon^^Orange |
|
|
|