home *** CD-ROM | disk | FTP | other *** search
/ .net 1998 February / netCD41.iso / pc / LINGO.INI < prev    next >
Text File  |  1997-09-21  |  553b  |  14 lines

  1.  
  2.  
  3. on startup
  4.     put "Now loading LINGO.INI"&&the date&&the time
  5.     put "This computer is running in "&& the colorDepth &"-bit color depth."
  6. --  set the centerStage to TRUE
  7. --  openxlib "fileio"
  8.     -- Following line prevents crashes on Windows systems when using math functions 
  9.     -- such as power or log and passing bogus or extremely large/small values.
  10.     -- Invoking the float->string conversion code  with a valid value prevents
  11.     -- future crashes in this routine.  drs  1mar96 
  12.     if string(0.0)="a" then nothing
  13. end startup
  14.