news
About Elegant Chaos
info
About me and my friends
people
Software from Elegant Chaos
software
Other stuff...
stuff

UL_DefaultPrefs

Revision 2
Revised on 19/03/95 18:58

Description

Set up default values for all of the Utility library's globals.

This routine is called during initialisation if the Utility library can't find a preferences file.


Code

on UL_DefaultPrefs
  global ScriptWrapAround,UL_QuietStartup,Development
  
  put true into ScriptWrapAround
  put false into UL_QuietStartup
  put false into Development
end UL_DefaultPrefs