5replies
Can I place a comment in a script?
I have found the answar.
Yes we need an easy comment function such as // instead of just assigning a meaningless variable as a workaround...
Wow, I’m pretty sure the Ninox team is going to put this on the top of their todo list now you’ve made the exact same request 4 times.
I'm sorry but this is not good way for you?
"------------This is a comment------------";
let myId := Id;
"------------This is a comment------------";
let myCust := Customer;
Nick, that works nicely. I did not know surrounding in quotes worked for commenting. I am going to post this answer on a few other threads that also needed a cleaner way to insert comments. Thank you!