home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / zsus / z3help / z.lbr / Z3VARS.HZP / Z3VARS.HLP
Encoding:
Text File  |  1991-11-18  |  2.5 KB  |  56 lines

  1. ;
  2.                                    Z3VARS                                     
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5. Z3VARLIB.REL   1k (7)    947E  2.0        H. Goldstein 7/89        Z3COM12
  6. Z3VARLBS.REL   1k (7)    F6B8  2.0        H. Goldstein 7/89        Z3COM12
  7.  
  8.   1- Modules  2- Notes  3- Help File                                          
  9.  
  10.    Z3VARLIB.REL consists  of  five routines  for manipulating shell variables.
  11. The individual routines are assembled into  a  Microsoft-compatible library of
  12. relocatable (.REL) code  fragments.  ZLINK, LINK80, and  other linkers  can be
  13. used to integrate these routines into your programs.  
  14.      
  15.    Z3VARLIB provides  a convenient and easy way to create ZCPR3 utilities that 
  16. can access shell variables.  The  library  provides  routines  for reading and 
  17. writing the shell variable  file  as  well  as  for  finding  particular shell 
  18. variables and adding and deleting shell variables.   Original version by Dreas
  19. Nielsen (1/87).
  20. :1
  21.  
  22.  Modules 
  23.  
  24.           VARLOAD   Loads the shell variable file into memory
  25.      
  26.           VARDEF    Locates the definition for a specified variable
  27.      
  28.           DELVAR    Deletes a specified variable
  29.      
  30.           ADDVAR    Adds a new variable and definition, or redefines an old
  31.                     one
  32.      
  33.           WRTVARS   Writes out the shell variable file
  34.  
  35.  
  36.           A sixth PUBLIC symbol in the library is Z3VARS.  The 16-bit value at
  37. this address is  a pointer  to the beginning of  the variable list.  Z3VARS is 
  38. initialized by  the VARLOAD routine, using  the value passed to VARLOAD in HL.
  39. Before the variable list is loaded, the value of Z3VARS will be a binary zero. 
  40. :2
  41.  Z3VARS Notes 
  42.  
  43.    a. Z3VARLIB was originally written  by Dreas Nielsen (1/87).   The routines 
  44.       were  reworked  and shortened  by Howard Goldtsein  (7/89),  but  remain 
  45.       functionally identical  to the originals.   Z3VARLIB is  now distributed 
  46.       with both Microsoft and SLR format REL files.
  47. :3
  48.                                 Z3VARLIB.HLP 
  49.  
  50.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  51.               13k (103)  540E  1.0        D. Nielsen 1/87          Z3COM12
  52. ==============================================================================
  53.  
  54.    Z3VARLIB.HLP is a Z-System help file  explaining the function  and usage of
  55. the Z3VARS routines.  It can be accessed from the Z3HELP-Y.LBR.
  56.