home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 427.lha / VLT_v4.846_&_Jr / rexx / DoLens.vlt < prev    next >
Text File  |  1990-10-03  |  235b  |  8 lines

  1. /** dolens.vlt
  2. *
  3. *   Opens the WLens tool on VLT's screen. Requires WLens to be in tools:
  4. *
  5. **/
  6. if screencols(VLT) = -1 then address command "tools:WLens 150 100"
  7. else                         address command "tools:WLens 150 100 VLT" 
  8.