Subversion Repositories DevTools

Rev

Rev 2365 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2365 Rev 2735
Line 52... Line 52...
52
  extArray = array("bei", "bkk" , "coct", "cots", "cr"  , "dev" , "ebr", "eng", "isr", "lvs", "mas", "mbu", "mlc",_
52
  extArray = array("bei", "bkk" , "coct", "cots", "cr"  , "dev" , "ebr", "eng", "isr", "lvs", "mas", "mbu", "mlc",_
53
                   "ncc", "ndl" , "nzs" , "osl" , "oslo", "oso" , "pmb", "rm" , "rom", "sea", "sf" , "sfo",_
53
                   "ncc", "ndl" , "nzs" , "osl" , "oslo", "oso" , "pmb", "rm" , "rom", "sea", "sf" , "sfo",_
54
                   "sg" , "sls" , "ssts", "ssw" , "syd" , "tool", "uk" , "uta", "vps", "vss", "vtk", "wdc")
54
                   "sg" , "sls" , "ssts", "ssw" , "syd" , "tool", "uk" , "uta", "vps", "vss", "vtk", "wdc")
55
 
55
 
56
	getExtensionSelectText = ""
56
	getExtensionSelectText = ""
57
 
-
 
58
	selectedFound = false
57
	selectedFound = false
-
 
58
    If defaultExtension = "" Then
-
 
59
        defaultExtension = ".cr"
-
 
60
    End If
59
 
61
 
60
	' Form the <option> bits of the select box, drawing upon the extArray() content one element at a time
62
	' Form the <option> bits of the select box, drawing upon the extArray() content one element at a time
61
	For each ext in extArray
63
	For each ext in extArray
62
 
64
 
63
		dot_ext = "." & ext
65
		dot_ext = "." & ext