G GCOINC Guest Oct 22, 2012 #1 What is the equivalent to the following command setResultData(null) When looking up information in the help, we found the following as the closest available, but it is read only, and I would like to set the value to null. ResultData As String [read only] :sign0163:
What is the equivalent to the following command setResultData(null) When looking up information in the help, we found the following as the closest available, but it is read only, and I would like to set the value to null. ResultData As String [read only] :sign0163:
djpero Member Licensed User Longtime User Nov 5, 2012 #2 I'm looking that also to abort properly the broadcast. :sign0163: Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Nov 5, 2012 #4 Have you tried calling the AbortBroadcast method? Upvote 0
V viljemto Member Licensed User Longtime User Nov 17, 2012 #5 Erel said: Have you tried calling the AbortBroadcast method? Click to expand... yes, but it does not work in this case. Upvote 0
Erel said: Have you tried calling the AbortBroadcast method? Click to expand... yes, but it does not work in this case.