home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / install / reqtools / rexxreqtools / examples / ttxarexx.lha / SetPriority.ttx < prev    next >
Text File  |  1993-10-21  |  230b  |  9 lines

  1. /* $VER: SetPriority.ttx 1.0 (20.02.93) */
  2.  
  3. OPTIONS RESULTS
  4.  
  5. GetPriority
  6. Pri = rtGetLong( RESULT, "Enter new priority:", "TurboText request",, "RTGL_Min=-128 RTGL_Max=4 rt_PubScrName=TURBOTEXT" )
  7.  
  8. If rtResult THEN SetPriority Pri
  9.