Search found 1 match

by smokeymurray
Tue Dec 16, 2014 11:06 pm
Forum: Talking LiveCode
Topic: reading in text from a file and filling arrays
Replies: 3
Views: 3842

reading in text from a file and filling arrays

I have set up arrays containing 500 elements to allow me to read in data from a file. An extraction of the one part of the data is below. There are 500 of these. C001 F3 10 S How do I separate the 4 elements and put them into 4 arrays? So, C001 into one array, F3 into another, 10, another, and S, in...