Setting File Path in Mathcad Prime 9.0
I am doing some image processing in Mathcad Prime 9.0 and the path to the image files is so long that it runs off the right side of the screen. I see a discussion from 2011 for setting a path in older versions of Mathcad (15?) but I cannot seem to find that option in Prime 9.0.
Well, as you may see from my other message, I switched to MC 15, but has the same path issue until I learned that I could use character strings as variables. So, now have two path variables and a third string name set to the file name, and I concatenate all three with "concat" in the following manner:
Array := READBMP(concat(Path1,Path2,Image_78_7))

