home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / multi / times / data / article.dir / 00005.ls < prev    next >
Encoding:
Text File  |  1996-08-12  |  244 b   |  13 lines

  1. on exitFrame
  2.   setArticleBody("arthead2")
  3.   setArticleBody("artText")
  4.   if length(field "artHead") > 43 then
  5.     setDispHead1("artHead")
  6.   else
  7.     setDispHead2("artHead")
  8.   end if
  9.   set the selStart to 0
  10.   set the selEnd to 0
  11.   cursor(-1)
  12. end
  13.