home *** CD-ROM | disk | FTP | other *** search
/ PC go! 1996 July / Image.iso / mrmore / mrmore.dir / 00033.ls < prev    next >
Encoding:
Text File  |  1996-04-11  |  341 b   |  14 lines

  1. on mouseUp
  2.   global gsPopupType, gsPopupCont
  3.   ClickButton(the clickOn)
  4.   set s to the text of field ("Install" & gsPopupType)
  5.   if s contains "Keine Daten gew├ñhlt" then
  6.     set s to EMPTY
  7.   end if
  8.   if s <> EMPTY then
  9.     set s to s & RETURN
  10.   end if
  11.   set the text of field ("Install" & gsPopupType) to s & gsPopupCont
  12.   ClosePopup()
  13. end
  14.