thank you very much, James!
Now It gets a little bit clearer, but I am wondering if there is no simple way to get a variable from ResultsSetVar into the Python script.
For Example (working):
tempC=vc.getObject("LastResult","")
print tempC
But this is not working.....I always get "None" instead of the variable I set with ResultsSetVar?!
tempC=vc.getObject("var.testvar","")
print tempC
I read the tutorial 10 times but it doesn't make "click" in my head ;-) sorry...