D davelew1s Active Member Licensed User Longtime User Feb 15, 2014 #1 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.
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.
Erel B4X founder Staff member Licensed User Longtime User Feb 16, 2014 #2 VBScript allows you to make COM requests. This is not possible with B4J. B4J is a JVM language. Upvote 0
D davelew1s Active Member Licensed User Longtime User Feb 16, 2014 #3 OK thanks Erel .... on to another project. Upvote 0