cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar

Copy JMp table to clipboard

Hi All,

 

This may be a stilly question, but I want to copy (with column names) all the table to a clipboard using JSL, so i can later paste it in another file. I know you can use "set clipboard", but I cannot seem to find the write phrase to use.

 

Thanks!

 

1 REPLY 1
jthi
Super User

Re: Copy JMp table to clipboard

You could also try with Main Menu() command instead of building the string to be used with Set Clipboard().

Main Menu("Copy With Column Names", Current Data Table() << get name);

See Main Menu() from JMP Help or Scripting index (you will have to give it window name as second argument)

-Jarmo