How to get pointer to existing Jrn file
Hi -
How can I open an existing journal file which is closed in a new Jmp instance and append a new journal to it.
I wrote following JSL code but it is not working as expected
nw_existing = Open( "C:\Existing.jrn" );
nw = New Window( "Final", container = V List Box() );
nw << append( nw_existing );
I am unable to find a way to get reference to existing journal. Appreciate any pointers.
Thanks!