home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / OTL-MS01.DMS / in.adf / Macros / UseLocator.rx < prev   
Encoding:
Text File  |  1994-11-26  |  169 b   |  11 lines

  1. /* UseLocator.rx */
  2.  
  3. Address MOVIESHOP
  4. Options RESULTS
  5.  
  6. READ TIMELINELOCATOR
  7. If ~RC Then Do
  8.   If (RESULT == 'ON') Then TIMELINELOCATOR OFF
  9.   Else TIMELINELOCATOR ON
  10. End
  11.