Retrieves variable defined through py() or pyExec().
pyGet(string Var_Name)
Variable name as a string.
Retrieves a named variable previously defined through py() or pyExec().
startPy py("a=5") pyGet("a") quitPy