Hello:
I need to exit a sub without a return value:
If I use true, then it "eats" the MSG
If I use false, then it continues to the end sub.
How can I exit a sub ? Like on a "MessageReceived", I don't want the return true to "eat" the MSG, just exit the sub.
Thank you:
I need to exit a sub without a return value:
If I use true, then it "eats" the MSG
If I use false, then it continues to the end sub.
How can I exit a sub ? Like on a "MessageReceived", I don't want the return true to "eat" the MSG, just exit the sub.
Thank you: