Making a modding program.
Posted: Fri May 02, 2008 8:04 pm
Ok well, I have been reading tutorials on how to parse text files. Im a bit confused and was wondering if someone could help me.
Thats the format of the whole file...except alot more data.
How would i get my program to open the file, Read the words between } and { and put it into a list box or a tree view of some sort (like hmt) I am using VB. Any help whatsoever would be awesome!
Code: Select all
bank : _nameless.114B.FCB0 {
money_account: 50000
loans: 0
}
How would i get my program to open the file, Read the words between } and { and put it into a list box or a tree view of some sort (like hmt) I am using VB. Any help whatsoever would be awesome!