When should I store my data in a reference ... versus an array
In general consider using a reference when you plan to do 1 or more of these:
See also the References tutorials subsection for other good info.
🦛
In reply to Re^3: Multi-Dimensional Arrays and Array References
by hippo
in thread Multi-Dimensional Arrays and Array References
by Leudwinus
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |