home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma60.dms / ma60.adf / ReqTools / RexxReqTools / Examples / TTXARexx.lha / SetPriority.ttx < prev    next >
Encoding:
Text File  |  1993-10-21  |  230 b   |  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.