PhilipBrown Active Member Licensed User Longtime User Jun 2, 2017 #1 How do we use RunDelayedData that is included in CallSubUtils Library ?
Erel B4X founder Staff member Licensed User Longtime User Jun 2, 2017 #2 You don't. It is used internally by CallSubUtils. Note that CallSubUtils is no longer needed as it is simpler to use Sleep with or without CallSubDelayed. Upvote 0
You don't. It is used internally by CallSubUtils. Note that CallSubUtils is no longer needed as it is simpler to use Sleep with or without CallSubDelayed.
PhilipBrown Active Member Licensed User Longtime User Jun 2, 2017 #3 Erel said: CallSubUtils is no longer needed as it is simpler to use Sleep with or without CallSubDelayed Click to expand... It therefore seems curious that CallSubUtils was added as a library in version 6.80. Should we recommend that developers do not use it? Upvote 0
Erel said: CallSubUtils is no longer needed as it is simpler to use Sleep with or without CallSubDelayed Click to expand... It therefore seems curious that CallSubUtils was added as a library in version 6.80. Should we recommend that developers do not use it?
Erel B4X founder Staff member Licensed User Longtime User Jun 4, 2017 #4 The resumable subs feature was added in v7.00. There is nothing wrong with CallSubUtils. Unlike DoEvents which is deprecated and should be avoided, there is no problem with continuing to use CallSubUtils. Upvote 0
The resumable subs feature was added in v7.00. There is nothing wrong with CallSubUtils. Unlike DoEvents which is deprecated and should be avoided, there is no problem with continuing to use CallSubUtils.