"matrixebiz" wrote:
Or do you always have to call upon them both within the code script for them to run? Thx
myFun = function(): ? "fun": end function ' can haz '
mySub = sub(): ? "sub": end sub ' cannot haz '
"Komag" wrote:
Maybe I'm missing some usefulness, but I don't have a single sub, only Functions, with some "AS VOID" where needed. Is there a benefit to using sub?