cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.

Discussions

Solve problems, and share tips and tricks with other JMP users.
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

Recommended Articles