- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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