I've written an inline java callback routine which creates some data which I want to access within Basic code. I don't know how to send this data back to Basic. Because it's a callback, I cannot just return the data.
Perhaps I have to store the data in a class and then query the class from Basic?
Or is there an easier way?
Perhaps I have to store the data in a class and then query the class from Basic?
Or is there an easier way?