Craig
Well-known member
Hi, I have a text file that I need to read from here is a small section of it:
Basically, I want to use a multi-dimensional array which will be populated on the form's load event. For example VarArray(0,0) will be 'id' etc
The main issue is being able to seperate each piece of info when it is read from the txt file..
Thanks!
id TitleValue First Name Last Name Organisation Address City PostCode Country Work Phone Mobile Phone Fax Number Email Website Team Name No. Competitors No. Spectators Wall Follower Maze Solver Additional Info Competition Enquiry Type Submitted
7 Miss Verona Needham Technology Innovation Centre Contract Compliance & Project AdministrationTechnology Innovation CentreMillennium PointCurzon Street Birmingham B4 7XG United Kingdom 0121 331 7417 0121 331 5401 <e-mail address removed> tic-online.co.uk 0 3 0 0 2004 0 03/02/2004 15:59:01
8 Dr Anthony Wilcox TIC Millennium PointCurzon Street Birmingham B4 7XG United Kingdom 01543 877158 07929 207051 0121 331 5401 <e-mail address removed> micromouse.tic.ac.uk Significance of the PICkle 1 1 1 1 No previous history ... new to competition 2004 0 03/03/2004 09:30:45
Basically, I want to use a multi-dimensional array which will be populated on the form's load event. For example VarArray(0,0) will be 'id' etc
The main issue is being able to seperate each piece of info when it is read from the txt file..
Thanks!
Last edited by a moderator: