Skip to content

add_arg

Jesse Lingeman edited this page Aug 27, 2013 · 1 revision

Purpose

Adds an argument to a matrix variable

Parameters

Argument Name (String)

The name of the argument to add to this variable

Example

# 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)
Clone this wiki locally