|
|
|
|
var... Functions
MioScript Reference
|
|
Manipulating Arrays
Set of functions to add, remove, clear and count items in an array.
var.array.clear, var.array.insert, var.array.remove
var.array.count, var.array.sort
var.array.getString
Manipulating Variables
Set of functions to scan the variables in memory.
var.count
var.exists, var.free
var.get, var.set, var.getName, var.getIndex
incrementing and decrementing a number stored in a variable
var.inc, var.dec
|
|
|