I have somewhere in my code a CallSubDelayed line... It all works as expected, unless I put, in the called sub, a sleep statement...
Then, the called sub becomes resumable and the CallSubDelayed errors stating something about a "void" value...
In the warnings I get the line complaining about a "possible coding error" and that it will be converted to string...
So, this is a limitation with resumable subs, or a bug?
Then, the called sub becomes resumable and the CallSubDelayed errors stating something about a "void" value...
In the warnings I get the line complaining about a "possible coding error" and that it will be converted to string...
So, this is a limitation with resumable subs, or a bug?