[SOLVED] CallUserTag how to pass and capture value in UDT
Posted: Thu Jan 29, 2015 12:45 pm
Using CallUserTag I need to be able to pass and capture a variable value but don't know the syntax?
The value is stored in $this->options["loop"] passed to it from a module call parameter.
The current code is as below with $this->options["udt"] being the name of the UDT.
The value is stored in $this->options["loop"] passed to it from a module call parameter.
The current code is as below with $this->options["udt"] being the name of the UDT.
Code: Select all
$options = UserTagOperations::get_instance()->CallUserTag($this->options["udt"], $tmp);