home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / batch / dosreqtools / demo.rtfilerequest.9 < prev    next >
Encoding:
Text File  |  1994-10-06  |  216 b   |  6 lines

  1. ;demo.rtfilerequest.9
  2.  
  3. RTGetLong "Screen Size" "How tall is your screen?" MIN 200 MAX 900 TO ENV:size
  4. rtFileRequest "Maximum Height is $size Pixels" HEIGHT "$size"
  5. rtFileRequest "HEIGHT is 150 Pixels" HEIGHT 150
  6. QUIT