Hi,
I am trying to run a simple script in a Windows Remote Server Environment (virtual desktop) and the program is failing to execute. Has anyone run into something like this?
The script is:
dim x as Variant
x = 6
print str(x.DoubleValue)
Thanks!