home *** CD-ROM | disk | FTP | other *** search
/ Freelog 41 / Freelog041.iso / Bas / Bureautique / MdiNotepad / F6.dat < prev    next >
Text File  |  2002-04-13  |  179b  |  9 lines

  1. //Launches Find with the txt in the clpbrd
  2. Paste;
  3. SetVarValue("%SELPOS%");
  4. SetSelPos("%SELSTART%");
  5. DecVar("%SELPOS%");
  6. SetSelLength("%VAR%");
  7. LaunchFind;
  8. InsertText("");
  9.