thank you so much, I have learned a lot about LA!!!
I put the code into the class file "HSFun_Temp" It runs well.
But, I would like to write the code in the QM script for future convenience.
So now, can achieve the goal via the following method? What are the restrictions?
Macro Macro10
It would be great if this feature can be implemented, as there are many other possibilities for it.
I put the code into the class file "HSFun_Temp" It runs well.
But, I would like to write the code in the QM script for future convenience.
So now, can achieve the goal via the following method? What are the restrictions?
Macro Macro10
_s=
;static partial class Functions {
;,public static string Main2(string name) {
;,,string r = $"hello {name}";
;,,Console.WriteLine(r);
;,,return r;
;,}
;}
;Todo:
;Write the _s variable text to the class file "HSFun_Temp" in LA.
_s=LaHttpCall("Main2" "name=Lisa"); out _s
It would be great if this feature can be implemented, as there are many other possibilities for it.