Re: Help with Opening and Saveing file data...
- Posted by Alex Ford <FFUltimateMaster at CS.COM> Aug 13, 2000
- 2620 views
In a message dated 8/13/00 9:11:43 PM Eastern Daylight Time, euman at BELLSOUTH.NET writes: << getOpenFileName( window, file, filters ) --Open file Dialog >> uh... how would you get that to work in the menu? ei: File > Load Game procedure onMenu_loadgame() getOpenFileName( win, file, .mws ) --Open file Dialog end procedure onClick[ loadgame ] = routine_id( "onMenu_loadgame" ) doesn't seem to work... i can wait if you want... its nothing i need done right away... i used fn = open("001.mws","w") but its not what i wanted cuz it doesn't really allow you to choose the file you want... Again, if you are still working out this your self, i can deffinately wait... =) ~Later and thanks for all your help!~