Hi there
I'm curious..
Assuming that args is defined as a List... with 1..n number of arguements, is the following code...
Acceptable to pass 1...n number of arguements to the callback?
Thanks in advance.
I'm curious..
Assuming that args is defined as a List... with 1..n number of arguements, is the following code...
B4X:
BANano.CallBack(mCallBack, methodName, BANano.Spread(args))
Acceptable to pass 1...n number of arguements to the callback?
Thanks in advance.