This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
com:var [2016/05/10 15:54] phil |
com:var [2016/05/10 15:55] (current) phil |
||
---|---|---|---|
Line 3: | Line 3: | ||
VAR,<Name>,<X1>...,<Xn> | VAR,<Name>,<X1>...,<Xn> | ||
- | Define a variable to be used in the [[SASSI:acs-sassi_user_interface| SASSI User Interface]]. Sees [[example:Variables and Loops]] for a description on how to use variables and the VAR command. Currently there is no way to change a variable other than redefining it and overwriting its contents by using the VAR command again with the same variable name. | + | Define a variable to be used in the [[SASSI:acs-sassi_user_interface| SASSI User Interface]]. See [[example:Variables and Loops]] for a description on how to use variables and the VAR command. Currently there is no way to change a variable other than redefining it and overwriting its contents by using the VAR command again with the same variable name. |
* Name – The name of the variable | * Name – The name of the variable | ||
* X1...Xn – Values to be stored In the variabl | * X1...Xn – Values to be stored In the variabl |