home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / internet / netconfig / !NetConfig / Docs / EVAL < prev    next >
Encoding:
Text File  |  1995-06-11  |  567 b   |  16 lines

  1. The code makes generous use of EVAL in order to implement the following
  2. features:
  3.  
  4. (1) References to variables by name.  Used to associate variables with
  5. gadgets in dialog windows.  Equivalent to the '&' operator in C.
  6.  
  7. (2) Callback functions.  Used to register exit functions (to close open
  8. files), and window handling functions (to pass on Wimp events to the dialog
  9. library).
  10.  
  11. (3) To call routines from dynamically loaded libraries.  The name is
  12. constructed at run-time from a stub and a suffix.
  13.  
  14. (4) Convenient saving and restoring of values in the Choices file.
  15.  
  16.