Yes, it works well in LA.
Another question:
I want to use OnConsoleOutput in the subfunction to output the value of the variable var1 from the main function. I added the v flag, but it doesn't work (as shown in the figure below).
https://i.ibb.co/Zcg1Kmb/var1.jpg
Alternatively, I want to pass this variable through the subfunction frpcExc, but I don’t quite understand the following explanation from the function help documentation.
-------------------------------------OnConsoleOutput Help
cbFunc, cbParam - callback function, and some value to pass to it. Must begin with: function# cbParam $s
cbParam - cbParam of RunConsoleCallback. Can be declared as TYPE&cbParam if you want to pass address of a variable of type TYPE.
s - console output line text.
The return value currently is not used.
Another question:
I want to use OnConsoleOutput in the subfunction to output the value of the variable var1 from the main function. I added the v flag, but it doesn't work (as shown in the figure below).
https://i.ibb.co/Zcg1Kmb/var1.jpg
Alternatively, I want to pass this variable through the subfunction frpcExc, but I don’t quite understand the following explanation from the function help documentation.
-------------------------------------OnConsoleOutput Help
cbFunc, cbParam - callback function, and some value to pass to it. Must begin with: function# cbParam $s
cbParam - cbParam of RunConsoleCallback. Can be declared as TYPE&cbParam if you want to pass address of a variable of type TYPE.
s - console output line text.
The return value currently is not used.