home *** CD-ROM | disk | FTP | other *** search
- defint a-z
-
- declare function pdqvali%(st$)
-
- faf$="areas\farea1.bbs"
-
- open faf$ for input as 1
- if err then end 1
-
- print "Area Number?"
- line input a$
- av=pdqvali(a$)
-
- for t=1 to av
- if eof(1) then end 1
- line input #1, nm$
- if eof(1) then end 1
- line input #1, secAp$
- next
-
- comma=instr(secap$,",")
-
- sc$=left$(secap$,comma-1)
- path$=mid$(secap$,comma+1)
-
- print "Area Name: "nm$
- print "Security Needed: "sc$
- print "Path: "path$
-
- end 0
-