Vbs to BB4PC

davelew1s

Active Member
Licensed User
Longtime User
Hi!
Is it possible to convert a VBscript to BB4ppc, this is a small program I want to start with:-

Dim MyObject
Set MyObject = GetObject(,"PlanePlotter.Document")
while 1
MyObject.SetDisplayParameter 0,3,0
Wscript.Sleep(60000)
wend

Thanks Dave.
 
Top