home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 - Expo 2000 / Image.iso / t-online / to_inst / data.z / LINGO.INI < prev    next >
Encoding:
Text File  |  1996-11-12  |  360 b   |  9 lines

  1.  
  2. on startup
  3. -- Following line prevents crashes on Windows systems when using math functions 
  4.     -- such as power or log and passing bogus or extremely large/small values.
  5.     -- Invoking the float->string conversion code  with a valid value prevents
  6.     -- future crashes in this routine.  drs  1mar96 
  7.     if string(0.0)="a" then nothing
  8. end startup
  9.