I have 2 procedures. One calls the other numerous times from a FOR loop. I need a variable that can be updated in the called proc and read from the calling proc AND RETAINS ITS VALUE BETWEEN CALLS.
A Static variable won't work because it is local only.
Any Suggestions please.
TNN, Tom
TNPAYROLL@AOL.COM
TOM
A Static variable won't work because it is local only.
Any Suggestions please.
TNN, Tom
TNPAYROLL@AOL.COM
TOM