This is all I know about it...

SET_DEFAULT n,default_string$

e.g. SET_DEFAULT 1,"_TXT"
SET_DEFAULT 2,'_ASM'

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)

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.

-- 
Dilwyn Jones


----- Original Message ----- 
From: "François Van Emelen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 12, 2007 7:12 PM
Subject: [Ql-Users] SET_DEFAULT


Hi,
Where can I find the syntax of 'SET_DEFAULT' ?
My version of 'menu_rext' is 7.66 and SET_DEFAULT is present in it but 
I
can't find any reference to it in my manual.
Any idea?
François Van Emelen

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


-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.503 / Virus Database: 269.15.26/1119 - Release Date: 
08/11/2007 17:55

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

Reply via email to