Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

There is a simple way to disable built-in syntax checker for whole calculation (there is no longer need to put in each element), it will only work for the save operation, and while looking for configuration (select logic), it will never abort any real calculations, create new element as 1st or 2nd, and then put a simple code:


This feature is not intended and will not work as a workaround for cases when the coding style is bad:

  • If there are real issues (bugs) in your code, of course this does not help.
  • If you have "null" references, it is a better practice to fix it by using "?:"

But, for example, when the code works fine in the Test Drive but it is not possible to save the logic, then you can consider disabling the checker.

  • No labels