insert variable in roll function in loop
Dear forum,
when i insert a variable instead of a number in the roll function like this
roll [RollAmount] #this is what i actually want to do and use it for all columns
error: Column [RollAmount] does not exist
when i insert a variable instead of a number in the roll function and specifiy the column additionally like this
roll [RollAmount] Stim_Seq_A
error: roll steps should be numeric
Seems as if it does not work to implement a variable, which would make this feature much more powerful.