Empty window when trying to append variability charts through for loop
Hi all, I have a piece of code that is working as intended below. But the problem is the repetition of code makes for a unnecessarily long 500 lines of code where a for loop through substitution in theory should be able to function to save lines of code. old win = New Window( "Old Win", vlis old = V List Box() );
df movies = Open("C:\Program Files\JMP\JMP\18\Samples\Data\Movies.jmp");
df action
...