Button box prevents relative filepath from working
Hi all, I was messing around and discovered something strange. If I save the below script into the same folder as the 'Config File.jmp" file and then try to run it, the following error is produced when i press the button to open the config file: "Error with file: Path is invalid: \Config File.jmp."F_Open = function({columntoread},{defaultlocal},
Open("Config File.jmp")
);
new window("test",
bu...