in reply to Re^2: How to read each line of file into an array and split contnts of each line into array cells
in thread How to read each line of file into an array and split contnts of each line into array cells

split might use regex. The statement is still correct: You don't need to use split.
  • Comment on Re^3: How to read each line of file into an array and split contnts of each line into array cells