home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / editors / hypsh40b.arj / HYPDEVEL.LZH / CHILD.HYP < prev    next >
Text File  |  1991-04-24  |  346b  |  17 lines

  1. .SCRIPT SETUP
  2. VVThis is the string passed to the child program
  3. VA&vV
  4. .FRAME Variable passing
  5. .TITLE To show how to pass variable address
  6.  
  7.  
  8. This passes the address of a variable to a child program
  9. which modifies the variable. It then displays the value
  10. passed back.
  11.  
  12. [c]    ~ARun child~PdCHILD $A;y~Kc~E
  13.  
  14. Value of variable is:- $V
  15. .
  16.  
  17.