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
Removes an argument from the matrix variable
Parameters
Argument Name (String)
The name of the argument to remove from this variable
Example
# Get a variable called trial from the database, store it in a Ruby variable called trialtrial=getVariable("trial")# Assume that this variable has an argument called "trialnum", remove that.trial.remove_arg("trialnum")setVariable(trial)