home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / util / dosreqtools.lha / 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