Ok well I finally jumped in feet first and wanted to test out my code on efs2 in 7.9
Couple of comments
1) Please list all new functions even if they aren't implemented, I've just spent time debugging why my code would not run in 7.9 turned out you have 2 functions which are not documented(or at least I've not seen them in the docs available) which I had my own functions declared.
These are
highest() and lowest()
When these functions where called in 7.9 it aborted execution from that point.
I renamed these functions and all seems to be working.
Are you looking to implement these?
2) Execution does seems to be slower than in 7.8. I found in previous releases sometimes the extra time was due to the internal code to read a bar value..dont know if this has changed or not but I noticed it's a bit slower..but still useable..
Couple of comments
1) Please list all new functions even if they aren't implemented, I've just spent time debugging why my code would not run in 7.9 turned out you have 2 functions which are not documented(or at least I've not seen them in the docs available) which I had my own functions declared.
These are
highest() and lowest()
When these functions where called in 7.9 it aborted execution from that point.
I renamed these functions and all seems to be working.
Are you looking to implement these?
2) Execution does seems to be slower than in 7.8. I found in previous releases sometimes the extra time was due to the internal code to read a bar value..dont know if this has changed or not but I noticed it's a bit slower..but still useable..
Comment