home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 July / Software of the Month - Ultimate Collection Shareware 263.iso / mac / Business / Y2K Assistant / action.Dxr / 00082.ls < prev    next >
Encoding:
Text File  |  1999-03-02  |  108 b   |  8 lines

  1. on findtopic
  2.   global ft
  3.   set ft to the mouseLine
  4.   if the mouseLine > 0 then
  5.     viewtopic()
  6.   end if
  7. end
  8.