Hi guys...
I am trying to create a code module with some "utility" code... Amid these, I want to recreate a "RandomTimer" alike funcion, but I block at the main code line that actually executes this...
CallSubPlus(SubName as SubVoidByte, MsDelay as ULong, Tag as Byte) >>>> How can I pass a variable string as the subName?
In B4R Non-Primitives are transformed into Constants, so SubName is expected to be a String Constant... so how can I pass a string variable between subs so that I can use it in my CallSubPlus call?????
I am trying to create a code module with some "utility" code... Amid these, I want to recreate a "RandomTimer" alike funcion, but I block at the main code line that actually executes this...
CallSubPlus(SubName as SubVoidByte, MsDelay as ULong, Tag as Byte) >>>> How can I pass a variable string as the subName?
In B4R Non-Primitives are transformed into Constants, so SubName is expected to be a String Constant... so how can I pass a string variable between subs so that I can use it in my CallSubPlus call?????