I am currently working on a program that edits txt files but it's for a game. There is a file that contains information that the client uses. This is what the file looks like:
|piece of code here|another piece|and another piece|
|piece of code here|another piece|and another piece|
|piece of code here|another piece|and another piece|
|piece of code here|another piece|and another piece|
|piece of code here|another piece|and another piece|
I want to make a program that reads this file and reads each piece of code separately and places them in different places like this:
http://i133.photobucket.com/albums/q56/Tanimus/1251.png
Can I get some help with this?