home *** CD-ROM | disk | FTP | other *** search
/ Freelog 41 / Freelog041.iso / Bas / Bureautique / MdiNotepad / F5.dat < prev    next >
Text File  |  2002-06-01  |  236b  |  13 lines

  1. //Selects the next HTML tag
  2. FindDown("<");
  3. SetVarValue("%SELLENGTH%");
  4. If("0");
  5. Exit;
  6. ResetSelStart;
  7. FindDown(">");
  8. SetVarValue("%SELPOS%");
  9. DecVar("%SELSTART%");
  10. IncVar("1");
  11. SetSelPos("%SELSTART%");
  12. SetSelLength("%VAR%");
  13.