home *** CD-ROM | disk | FTP | other *** search
/ PC User 1997 January / PCU_JAN.ISO / lingo.ini < prev    next >
Encoding:
Text File  |  1996-09-18  |  416 b   |  10 lines

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