cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
Choose Language Hide Translation Bar
View Original Published Thread

Copy JMp table to clipboard

polywantsacrack
Level I

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