shb777 Active Member Licensed User Longtime User Sep 16, 2017 #1 Are these two equivalent? camera.Initialize("camera", aircraft) dim CameraInstance as JavaObject CameraInstance=AircraftInstance.RunMethod("getCamera", Null) would camera and CameraInstance be the same? So they could be used interchangeably?
Are these two equivalent? camera.Initialize("camera", aircraft) dim CameraInstance as JavaObject CameraInstance=AircraftInstance.RunMethod("getCamera", Null) would camera and CameraInstance be the same? So they could be used interchangeably?
Erel B4X founder Staff member Licensed User Longtime User Sep 17, 2017 #2 Please use [code]code here...[/code] tags when posting code. Upvote 0