function pyvar
Copy a PYTHON variable to DPUSER
Syntax
result = pyvar(variable)
Arguments
variable: | A string naming the PYTHON variable |
Returns
A deep copy of the PYTHON variable
Examples
Create a variable within the PYTHON module, and then pass this back to DPUSER:
python "a=1"
hhh = pyvar("a")