Changes

Jump to navigation Jump to search

Category:var

90 bytes added, 21:33, 7 May 2014
no edit summary
Line 1: Line 1: −
<h2> Quick Overview</h2>
+
'var' functions allows the script to interact with BASIC variables.
<ul><li><b><a _fcknotitle="true" href="var.list">var.list</a></b>() - Lists of names of variables currently used.
+
 
</li><li><b><a _fcknotitle="true" href="var.monitor">var.monitor</a></b>(name) - Turns on monitoring of the math variable with given <i>name</i>.
+
== Quick Overview ==
</li><li><b><a _fcknotitle="true" href="var.unmonitor">var.unmonitor</a></b>(name) - Turns on monitoring of the math variable with given <i>name</i>.
+
 
</li><li><b><a _fcknotitle="true" href="var.recall">var.recall</a></b>(name)&nbsp;: Returns the value of a math variable with the given <i>name</i>.
+
*[[var.list]]() - Lists of names of variables currently used.  
</li><li><b><a _fcknotitle="true" href="var.recallstr">var.recallstr</a></b>(name)&nbsp;: Returns the value of a math variable with the given <i>name</i> as a string.
+
*[[var.monitor]](name) - Turns on monitoring of the math variable with given ''name''.  
</li><li><b><a _fcknotitle="true" href="var.store">var.store</a></b>(name, value)&nbsp;: Stores <i>value</i> as a math variable with the given <i>name</i>.
+
*[[var.unmonitor]](name) - Turns off monitoring of the math variable with given ''name''.  
</li></ul>
+
*[[var.makeNumericList]](name)&nbsp;: Creates a list in the symbol table with the given ''name'', which is optimized to hold numeric values.
<p><br />
+
*[[var.recall]](name)&nbsp;: Returns the value of a math variable with the given ''name''.  
</p>
+
*[[var.recallAt]](name, col [,row])&nbsp;: Recalls a value from a cell of a list or matrix in the symbol table.
 +
*[[var.recallstr]](name)&nbsp;: Returns the value of a math variable with the given name as a string.  
 +
*[[var.store]](name, value)&nbsp;: Stores ''value'' as a math variable with the given ''name''.
 +
*[[var.storeAt]](name, numericValue, col [,row])&nbsp;: Stores a numeric value into an element of a math list or matrix with the given ''name''.

Navigation menu