Dear Rick Lipkin:
On Monday, May 21, 2012 12:56:45 PM UTC-7, Rick Lipkin wrote:
>
> Without giving any small contained example, I
> would like to know how deeply nested you can
> pass a variable by reference that can still
> be evaluated at the top level.
As deep as the function stack can go.
> ... I can not use any Static or Public variable
> declarations.
A better way:
http://www.ghservices.com/gregh/clipper/trix0001.htm
... all the visibility and/or protection you might want.
David A. Smith