Multiple file Requesting.
BlitzMax Forums/BlitzMax Programming/Multiple file Requesting.| 
 | ||
| Hello, I'm trying to have my RequestFile() take in multiple file formats (ie. Png , Jpeg , Bmp , Tga). Any idea on how to do this ? Twinprogrammer | 
| 
 | ||
| taken from the example in the Ide: filter$="Image Files:png,jpg,bmp,Tga" filename$=RequestFile( "Select graphic file to open",filter$ ) Print filename | 
| 
 | ||
| It works thanks, Jesse! Twinprogrammer |