Why not?View attachment 154711
but there is a "small" problem: you can't call functions using CallSub (or, better, you can but you can't get results)
I remembered VERY badly (and didn't try).Why not?
You can do something like dim A as int = Callsub("mySub", 1,2)
CallSubDelayed (2-3) can't get result.I remembered VERY badly (and didn't try).
because it it only called after the current code finished executing! thus "delayed"CallSubDelayed (2-3) can't get result.