in reply to Loading data into an array from a file problem

I'm not sure what behavior you're expecting, but $times represents a single scalar value, so @Names contains only one element, and your foreach loop will only execute one iteration. Is that what you're seeing? If not, explain what you are expecting, and what you are seeing instead.


Dave