B13.0.46 seems to have broken nested elseif
statements,
workaround is to change them all to if
statements (but logic is not as secure).
For example 9 nested elseif
statements only the last one is being parsed and it is also ignoring the original if
statement
Jon
2
Can you give me some example code? This sort of thing seems to work ok.
Jon
3
I've made a couple of changes and uploaded a new version, please give it a try and let me know if it makes a difference: https://www.gpsoft.com.au/DScripts/download.asp?new=13.0.47
13.0.47 has fixed the problem - many thanks
1 Like