home *** CD-ROM | disk | FTP | other *** search
- /*
- ReqFile()
- */
-
- a.DoPatterns = 1
- a.Drawer = "RAM:"
- a.Pattern = "#?"
-
- res = ReqFile("A")
- if res==0 then do
- say "LeftEdge:" a.LeftEdge
- say "TopEdge: " a.TopEdge
- say "Width: " a.Width
- say "Height: " a.Height
- say "File: " a.File
- say "Drawer: " a.Drawer
- say "Pattern: " a.Pattern
- say "NumArgs: " a.NumArgs
- end
-