WB3D get file name
Blitz3D Forums/Blitz3D Programming/WB3D get file name I've already answered this:
ext$ = "*.bmp;*.jpg;*.png"+Chr(0)+"*.bmp;*.jpg;*.png"+Chr(0)
file$ = WB3D_OpenFileRequest("Load Colour Map","Terrain\",ext$,"")
Time reading the help file will be well spent.
ext$ = "*.bmp;*.jpg;*.png"+Chr(0)+"*.bmp;*.jpg;*.png"+Chr(0)
file$ = WB3D_OpenFileRequest("Load Colour Map","Terrain\",ext$,"")
Time reading the help file will be well spent.
thanks mate =) Sorry, misread a variable. it didnt work b/c of this =)