Dilwyn Jones schreef:
> This is all I know about it...
> 
> SET_DEFAULT n,default_string$
> 
> e.g. SET_DEFAULT 1,"_TXT"
> SET_DEFAULT 2,'_ASM'
Did you find that in the manual?
> 
> where n=1 to 8 sets default extension 1 to 8 e.g. for EXT_SELECT$
> 
> n=32 to 39 sets default directories, e.g. for DIR_SELECT$
> 
> You can check the default settings with:
> 
> FOR a=1 to 8:PRINT GET__DEFAULT$(a)
> FOR a=32 TO 39:PRINT GET_DEFAULT$(a)
This info is present in the manual.
> 
> In addition, PRINT GET_DEFAULT$ with parameter of 64, 65, 66 return 
> colour combinations for main window, sub-window and buttons, though I 
> don't know if SET_DEFAULT can set these too.
> 
Thanks for the info, Dilwyn.
François Van Emelen

_______________________________________________
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm

Reply via email to