home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / util / libs / 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.