Quote:
|
Originally Posted by ApothiX
Why are you guys all using dynamic-named variables as opposed to a 3-Dimensional array?
|
Multi-level arrays, but it really doesn't make a difference if you'ure using multilevel arrays or using dynamically named arrays. The problem is that they can get confusing if you try and manually edit them and they are complicated. It's more a matter of personal preference though. At least in GScript you can kind of see them, in any other language they're all but impossible to manually read without running loops or complicated checks to print them out
