Ola
In most examples I have seen, one has to get a promise via promise.CallSub(??)
Is it possible just to
Without having to have an extra method like bp.CallSub(?)
Ta!
In most examples I have seen, one has to get a promise via promise.CallSub(??)
Is it possible just to
B4X:
dim bo As BANanoObject
bo.Initialize(?)
Dim bp As BANanoPromise = bo.RunMethod(?, ?)
Without having to have an extra method like bp.CallSub(?)
Ta!