B4J Question VBscript to B4j

davelew1s

Active Member
Licensed User
Longtime User
Hi!
I am trying to convert a VBscript project to B4j and I've fallen on the first line. It's probably very simple but I cannot find the answer,I want this :-

Dim MyObject

Set MyObject = GetObject(,"PlanePlotter.Document")

into B4j.
Any help? Thanks Dave.
 
Top