showflags.hlp 473 B

1234567891011121314
  1. The Names and State of important Flags and Globals can be displayed
  2. by executing:
  3. ShowFlags(Flag-name-list) or ShowGlobals(Global-Name-List)
  4. If the List is NIL, some default set of Flags or Globals will be
  5. displayed. Each Flag or Global will have a short descriptive string
  6. associated with it, under the indicator 'FlagInfo or 'GlobalInfo.
  7. These are stored with
  8. DefineFlag(Id,Info-String) % Note that ID does NOT include the !*
  9. and
  10. DefineGlobal(Global,Info-string)