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

  1. //Comments the current line
  2. SetSelPos("%LINESTART%");
  3. InsertText("//");
  4. SetSelPos("%SELSTART%");
  5. MoveSelPosBy("2");
  6.