forked from OpenSHAPA/openshapa
-
Notifications
You must be signed in to change notification settings - Fork 21
add_arg
Jesse Lingeman edited this page Aug 27, 2013
·
1 revision
Adds an argument to a matrix variable
The name of the argument to add to this variable
# Get a variable called trial from the database, store it in a Ruby variable called trial
trial = getVariable("trial")
trial.add_arg("trialnum")
setVariable(trial)