Hi all,
I have a text file (.txt) with data in for a game. There is different data on each line a bit like this:
Level 1
Data A
Data B
Data C
Level 2
Data A
Data B
Data C
I have a button (CmdRead) on my form which I want to be able to click and for Data A to go into text box A, Data B into text box B and so on, but only, for a specific level. E.g. all data from level 1 or all data from level 2.
Any info on how I can do this?? Thanks!
Mark
