Thanks MS!
I'm still using JMP 8.0... i encountered a few errors, but maybe it's because i'm using an old version...
for this line: current_pref = Char( Arg( Parse( (Char( Get Preferences( Export settings ) )) ), 1 ) );
I get this error on the log:
Name Unresolved: Get Preferences in access or evaluation of 'Get Preferences' , Get Preferences( Export settings )
In the following script, error marked by /*###*/
::dt = Current Data Table();
current_pref = Char(
Arg( Parse( Char( Get Preferences( Export settings ) /*###*/ ) ), 1 )
but since I don't need to restore the original prefs, i just deleted this part...
I also removed the checking for the OS (Mac or Windows) since i'm just using windows...
when I save a table as a txt file, the column header is removed... but when i save it as a csv file, the column header is still there...
so i guess i'll just save it as a txt file...
again, thanks a lot!
cheers!
regards,
ambs