Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - nightfreak

Pages: [1]
1
Python Scripting / how to get variables from VC ??
« on: April 19, 2016, 01:04:48 PM »
after 5h of reading forum posts and trying different ways, i give up :-/

Anyone knows how to get variables from VC to my python testscript? - can't get it running :-/

Here is my code:
Code: [Select]
def conditions(testvar):
x = float(testvar)

vc.callAction("OSD.ShowText","This is test number %s"%x, None)

Here is my VC script:

Pages: [1]