GadgetGuy Super User
Joined: June 01 2008 Location: United States
Online Status: Offline Posts: 942
|
Posted: March 08 2009 at 17:02 | IP Logged
|
|
|
Why is it in the following vbScript I recently fought & debugged in PH, that . . .
Code:
temp=ph.getglobal_n ("RT" & i)
ph.setglobal_n "RT" & i+1,CDbl(temp)
|
|
|
the getglobal requires parenthesis, while the setglobal fails if parenthsis are used?
This seems a bit bizarre!
__________________ Ken B - Live every day like it's your last. Eventually, you'll get it right!
|