Hello,
I am using READBIN() to import raw images into mathcad. Due to a very strange file format, I have to run READBIN 4 times (must get data of types int16, float, uint16, and uint32). Because of this, it's kind of a pain to use the file input component - you have to do it 4 times!
Right now I'm typing the file directory/filename into a variable which is then passed to 4 READBIN functions. Instead of typing in the filename every time (is a pain when files are stored on the desktop!) is there a way to get one of those "browse" dialog boxes into the mathcad sheet? Then I select the file in that and the name is written to a variable as a string?
If not, any other suggestions on ways to make this easier? This worksheet will eventually be used by people with limited computer experience, so I need to make it as easy-to-use as possible.
Thanks,
Colin
I am using READBIN() to import raw images into mathcad. Due to a very strange file format, I have to run READBIN 4 times (must get data of types int16, float, uint16, and uint32). Because of this, it's kind of a pain to use the file input component - you have to do it 4 times!
Right now I'm typing the file directory/filename into a variable which is then passed to 4 READBIN functions. Instead of typing in the filename every time (is a pain when files are stored on the desktop!) is there a way to get one of those "browse" dialog boxes into the mathcad sheet? Then I select the file in that and the name is written to a variable as a string?
If not, any other suggestions on ways to make this easier? This worksheet will eventually be used by people with limited computer experience, so I need to make it as easy-to-use as possible.
Thanks,
Colin