Hello All,
I have a fairly long JSL script (~500 lines). It collects user input and then creates graphs from the table of data the script is in.
I have been encountering a bizarre problem however. Sometimes after running the script using the green arrow in the script window (not the "run" button with the editor open), when I open the script back up all the comments and blank spaces I had in the script are gone. This does not occur when I run the script with the "run" button from the editor.
I don't understand if this is because the script is too long and JMP is trying to condense it/reformat it, but I want to keep the comments. The script still works in this reformatted form but it is extremely confusing to look at.
The script has only recently started doing this, and it seems to be strongly linked to the length in my opinion, but I may be missing something.
My only other lead/info is that when a command in the script fails, that almost always will then cause the script to lose its comments/whitespace. I.E. if I create a graph with the variable (:Batch #) but there is no column named "Batch #" that will cause the script to lose its comments/whitespace
Has anyone experienced this,or know what might be causing it?
Thanks!
This same behavior happens when I try to directly copy the script from one data table to another; as it is I have to manually copy the text and paste that.