So say I have a text file with lines of text in this structure:
(stats.txt)
ALr94/00291/44/LPFP/1341
Now i want to be able to divide this line, when ever there is a / and add that to an array. Using a Delimiter i guess. So for this line there would be 5 arrays, ALr94 would go into the first array, 00291 would go into the second etc.
any help or references to text that will help me solve this problem would be most appreciated.

