Another severe error when scripts are Saved !!!!
Just as I was developing a workaround the ZOHO defect previously posted here https://help.zoho.com/portal/en/community/topic/choices-in-checkbox-field-get-truncate-in-deluge-script ... I found another error with the way ZOHO Creator's Save Script ... if I have a script of the kind ...
- abc = "qwerty ";
- if (abc == "qwerty ")
- {
- abc = "asdf123";
- }
... then Save it, navigate away from it and return to it ... the script is changed to ...
- abc = "qwerty ";
- if (abc == "qwerty")
- {
- abc = "asdf123";
- }
Note that the trailing space in the if (...) command is dropped by ZOHO Creator.
Quality Assurance with ZOHO Creator ... a weak point these past few years ... seems to be reaching new lows ... this is the 4th defect being reported in less than a week !!!!
Please advise me when you will fix this defect.
Gaev