TegraExplorer
TegraExplorer copied to clipboard
return() function alternative in TS V3
I've started to convert my TegraExplorer script for the version 4.0.0+ of TegraExplorer but the removing of the return() instruction to exit a function is realy anoying, playing with the "if" and ".else" and other instructions could be realy difficult in some case.
Do I miss something or I must do like that? Do you think you will reintegrate the return() instruction?
There's no return() in tsv3. I will probably not re-implement it, even though it's easily possible to re-implement.
OK, thanks for the confirmation.