home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / text / textra / scripts / eol.textra < prev    next >
Text File  |  1995-02-27  |  245b  |  18 lines

  1. /* beginning of line */
  2.  
  3. options results
  4.  
  5. get cursor position
  6. if (result == SELECT) then do
  7.  
  8.     get select position
  9.     parse var result   startx ' ' starty ' ' endx ' ' endy
  10.  
  11. end
  12. else
  13.     parse var result   startx ' ' starty
  14.  
  15. gotoxy 0 starty+1
  16.  
  17. left 1
  18.