0

"comments" in the code
How can I include comments in the code that is ignored by Ninox when executing the code?
Arjan G
Like Follow
7replies
-
Just be aware that with a quoted string not assigned to anything, you are not really creating a comment, you are specifiying a result value that may or not be used somewhere. For example, in a formula field, if the last line in the script is a "comment" in the form of an unassigned quoted string, then that will be the result of the formula.
It would also be interesting to know if there is a performance difference in assigning a quoted string to a variable or not assigning it. This would be especially interesting if the "comments" are in a loop with many iterations.