Changes

Jump to navigation Jump to search

Category:var

394 bytes added, 20:36, 18 June 2012
no edit summary
Line 4: Line 4:  
*[[var.monitor]](name) - Turns on monitoring of the math variable with given ''name''.  
 
*[[var.monitor]](name) - Turns on monitoring of the math variable with given ''name''.  
 
*[[var.unmonitor]](name) - Turns off monitoring of the math variable with given ''name''.  
 
*[[var.unmonitor]](name) - Turns off monitoring of the math variable with given ''name''.  
 +
*[[var.makeNumericList]](name) : Creates a list in the symbol table with the given ''name'', which is optimized to hold numeric values.
 
*[[var.recall]](name) : Returns the value of a math variable with the given ''name''.  
 
*[[var.recall]](name) : Returns the value of a math variable with the given ''name''.  
*[[var.recallstr]](name) : Returns the value of a math variable with the given ''name'' as a string.  
+
*[[var.recallAt]](name, col [,row]) : Recalls a value from a cell of a list or matrix in the symbol table.
 +
*[[var.recallstr]](name) : Returns the value of a math variable with the given name as a string.  
 
*[[var.store]](name, value) : Stores ''value'' as a math variable with the given ''name''.
 
*[[var.store]](name, value) : Stores ''value'' as a math variable with the given ''name''.
 +
*[[var.storeAt]](name, numericValue, col [,row]) : Stores a numeric value into an element of a math list or matrix with the given ''name''.

Navigation menu