Trouble Reading From File Into Array

hi
i've been trying to get a text file read into an 2D-array, but the values from the file are not getting stored as they appear in the text file can anyone point out to me what i'm doing wrong.

EDIT: ok i figured it out, i had headers at top of text file and it kept trying to read only that as i was trying to read a float but it was reading chars so wasn't processing further then the first line.
Last edited on
Topic archived. No new replies allowed.