home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / multi / times / data / choice.dir / 00027.ls < prev    next >
Encoding:
Text File  |  1996-08-27  |  383 b   |  15 lines

  1. on exitFrame
  2.   global whLett
  3.   set whLett to 1
  4.   cursor(4)
  5.   setHeadline("dateList")
  6.   set the text of field "numList" to " "
  7.   setFieldTopic("numList")
  8.   set the text of field "sectionList" to " "
  9.   setHeadline("sectionList")
  10.   set the text of field "topicHead" to " "
  11.   setFieldTopic("topicHead")
  12.   set the text of field "topicHeadtemp" to " "
  13.   setFieldTopic("topicHeadtemp")
  14. end
  15.