varName: name of the variable
varValue: value of the variable. Can be NULL, in which case the value of the variable will be the top item of the provided stack.
stackHandle: a stack handle obtained with simCreateStack. Set to 0 if varValue is not NULL.
|