How can I open a JMP file without leaving a record in the From list?
For example, open "Big class.jmp ",
Can add code to JSL's open code to keep it out of the From list?Or use JSL later to delete "Big Class.jmp"'s records from the From list?Thanks!dt = Open( "$SAMPLE_DATA/Big Class.jmp";??? );