You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jesse Lingeman edited this page Aug 27, 2013
·
1 revision
Purpose
Returns a list of all the names of all of the variables in the database.
Parameters
None.
Example
variables=getVariableList()# Print out the names of each of the variablesforvarinvariablesputsvar# Get this variable from the databasedbVar=getVariable(var)# Now do something with it...end