home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Multimidia 1996 October
/
PC_Multimidia_out_1996.iso
/
lingo.ini
< prev
next >
Wrap
Text File
|
1996-04-28
|
611b
|
16 lines
-- Loaded are:
-- FILEIO.DLL, for file input and output
on startup
put "Now loading LINGO.INI"&&the date&&the time
put "This computer is running in "&& the colorDepth &"-bit color depth."
-- set the centerStage to TRUE
openxlib "fileio"
-- Following line prevents crashes on Windows systems when using math functions
-- such as power or log and passing bogus or extremely large/small values.
-- Invoking the float->string conversion code with a valid value prevents
-- future crashes in this routine. drs 1mar96
if string(0.0)="a" then nothing
end startup