Consider this example:
It will ask the user for a file using a graphical interface.
However, adding framework and imports it will ask for a file from maxide (seems to be using standardio - Input())
I knocked up this example because I can't post my program's code. If anyone knows a workaround, please post.
RequestFile("file load", "", False, CurrentDir() + "")
It will ask the user for a file using a graphical interface.
However, adding framework and imports it will ask for a file from maxide (seems to be using standardio - Input())
Framework brl.system Import brl.standardio RequestFile("file load", "", False, CurrentDir() + "")
I knocked up this example because I can't post my program's code. If anyone knows a workaround, please post.