Hello,
I need a little advice about how to handle large arrays of data
that need to be visable in every window/dialog/child. I have heard
and been trained on the idea that GLOBAL is bad, But what can you
do when you have a few large arrays that need to be addressed from
every dialog and window you have? Is this the only way out?
Thanks for the advice!
------------------
Cheers
I need a little advice about how to handle large arrays of data
that need to be visable in every window/dialog/child. I have heard
and been trained on the idea that GLOBAL is bad, But what can you
do when you have a few large arrays that need to be addressed from
every dialog and window you have? Is this the only way out?
Thanks for the advice!
------------------
Cheers
Comment