home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1997 August / CC970802.BIN / TIERE / LINGO.INI < prev    next >
Text File  |  1996-09-05  |  187b  |  11 lines

  1.  
  2. on startup
  3.  
  4.     global grwObj
  5.     openxlib "fileio.dll"
  6.     openXlib "xbackwin.dll"
  7.     set grwObj= XBackWin(mNew)
  8.     if objectP(grwObj) then grwObj(mOpenWindow)
  9.  
  10. end startup
  11.