JaredNinja
New member
- Joined
- Aug 18, 2012
- Messages
- 3
- Programming Experience
- 5-10
Hi guys,
I need a bit of help. I'm trying to read a file as text, and extract 1 tiny piece. The file in question is a *.SOR file.
When opening the file in a text-editor, I'm able to find the piece of text that I need. Yet, to extract it from the file, you need a proper method. I've tried to split the file on all sorts of things but when I use my application on 10 different SOR files, theres always one that fails. My method is just too fragile.
I'm looking for a person that has the ultimate way of reading these files, and extracting the same bit of text each time (the label). A method that is stable and works each time.
I don't seem to be able to attach the files. Appreciate any help. If you have any further questions, shoot!
I need a bit of help. I'm trying to read a file as text, and extract 1 tiny piece. The file in question is a *.SOR file.
When opening the file in a text-editor, I'm able to find the piece of text that I need. Yet, to extract it from the file, you need a proper method. I've tried to split the file on all sorts of things but when I use my application on 10 different SOR files, theres always one that fails. My method is just too fragile.
I'm looking for a person that has the ultimate way of reading these files, and extracting the same bit of text each time (the label). A method that is stable and works each time.
I don't seem to be able to attach the files. Appreciate any help. If you have any further questions, shoot!
Last edited: