[Toc][Index]

Global variables


It is best to use one compound variable for all global variables of your 
program. 
Why? Because then you need only the stem of this compound variable in the 
variable list for the option <EXPOSE to make all global variables known to 
the procedures declared with <PROCEDURE -- regardless of how many global 
variables you define. 
And if you define some more global variables whit this same stem while 
developing your program, they will automatically be known to all 
procedures.   

Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs