cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Andyon98
Level III

How would I browse and select files through JSL code?

I have a button but I want to be able to click it and browse and select files (.jmp) how would I do this?

Also, is there a way that you can programmatically convert one file type to another?
1 ACCEPTED SOLUTION

Accepted Solutions
jthi
Super User

Re: How would I browse and select files through JSL code?

Pick Directory and Pick File most likely will help you do what you want (see Scripting Index)

jthi_0-1655026996922.pngjthi_0-1655026996922.png

Converting can be done usually by just using Save (or Save As). Again see Scripting Index

jthi_1-1655027075027.pngjthi_1-1655027075027.png

 

-Jarmo

View solution in original post

1 REPLY 1
jthi
Super User

Re: How would I browse and select files through JSL code?

Pick Directory and Pick File most likely will help you do what you want (see Scripting Index)

jthi_0-1655026996922.pngjthi_0-1655026996922.png

Converting can be done usually by just using Save (or Save As). Again see Scripting Index

jthi_1-1655027075027.pngjthi_1-1655027075027.png

 

-Jarmo

Recommended Articles