If statement not working in jsl
Hi all. Can you please check what is the problem with my if statement? I want to run several jsl commands in case the condition is true (in my case, that the spec file name is as written in the code) but it does not work.Everything else is working fine, just the if statement is not. My JMP version is 18 dt = Current Data Table();
dt << Select Columns( :PARAMETER );
dt << Text To Columns( delimite
...