in reply to Re^3: Create dynamically different array names based on counter incrementation
in thread Create dynamically different array names based on counter incrementation

This needs twice as much memory, though (temporarily, for building the intermediate list).
Only if [list of data extracted from line] takes the same amount of memory as the line itself. It's more likely the array takes more memory than the list.
  • Comment on Re^4: Create dynamically different array names based on counter incrementation
  • Download Code