Hi all,
I don't understand how shouId code about 'NotUsed' parameter in this as belows
I don't understand how shouId code about 'NotUsed' parameter in this as belows
B4X:
#If B4i
If xui.SubExists(mCallBack, mEventName & "_ResultCalculated",?) Then '<== How to code?
CallSubDelayed2(mCallBack, mEventName & "_ResultCalculated", result)
End If
#Else
If xui.SubExists(mCallBack, mEventName & "_ResultCalculated",?) Then '<== How to code?
CallSubDelayed2(mCallBack, mEventName & "_ResultCalculated", result)
End If
#End If