Closed Cyruz143 closed 6 years ago
Remove in-line EH code and replace with functions as...
Code block is stored as string and recompiled before every execution. So you can have a benefit by putting it into a variable and using a short code ala: {call my_fnc_function}
https://github.com/Cyruz143/ark_inhouse/commit/3f4792e4cd49752d62f3083be2944d51c4774fc5
Remove in-line EH code and replace with functions as...