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.
zjuv007
Level III

JMP script for entering in variable text?

Hi all,

Is there a command/way for JMP to ask you to input certain parameters/strings/values (e.g. file location, file name, etc.) via a pop-up box while I run a script?

1. Ask the user to input the file location (Is there a way for it to work like a simple 'Open' function does in any program where you can go directly to the folder?)

2. Wait until the user has performed #1.

3. Perform the rest of the script once the above actions have taken place.

 

I'm trying to automate a way to have over 100 excel files with different names, and figured the best solution would be to ask the user to input the actual file name/location to standardize a bit. Fortunately, the column structure is the same throughout.

 

Kind Regards,

Zach

1 ACCEPTED SOLUTION

Accepted Solutions
ian_jmp
Level X

Re: JMP script for entering in variable text?

To get you started, try 'Help > Scripting Index' and serach for 'PickDirectory()','PickFile()' and 'FilesInDirectory()'.

View solution in original post

1 REPLY 1
ian_jmp
Level X

Re: JMP script for entering in variable text?

To get you started, try 'Help > Scripting Index' and serach for 'PickDirectory()','PickFile()' and 'FilesInDirectory()'.

Recommended Articles