View Single Post
Old 10-10-2012, 12:43 AM   PM User | #2
xelawho
Senior Coder

 
xelawho's Avatar
 
Join Date: Nov 2010
Posts: 2,437
Thanks: 52
Thanked 454 Times in 452 Posts
xelawho will become famous soon enoughxelawho will become famous soon enough
if the array is in the global scope it should be available to all functions, and if the array has been changed within one function those changes are to the array itself - scope has nothing to do with it.

have the changes actually occurred, or does it just appear so?

it might be useful to see a sample of your code
xelawho is offline   Reply With Quote