Pass Arguments (local variables) to BAS Functions
-
function basFunction(arg1,arg2)
I am new to this software maybe it already implements it, or it is not needed
-
For different functions you can use local variables. For different threads you should use global variables.
-
thanks, I have yet to even make any threads, I have just made one bot so far, and I am extremely impressed
I would like to pass arguments, and have a return statement too, though the more I use custom the less I need it, as you can write functions in the custom code
-
@deliter Hi, maybe I'll ad something like that when module constructor will be implemented.