I got some items in my listbox:
1.222 323 323
555 222 2.124
3.12 12 244
324 54 367
244 0.232 0.212
I want to write them just like that in a file, how do I do it ? and How do I read from a specific row in a file....... ? the main thing I want to know is how to write in a specific row in a file.... yeah...using filestream not fileopen or whatever it was...I know this takes a bit of your time but if you got some old example I would be more than grateful...
1.222 323 323
555 222 2.124
3.12 12 244
324 54 367
244 0.232 0.212
I want to write them just like that in a file, how do I do it ? and How do I read from a specific row in a file....... ? the main thing I want to know is how to write in a specific row in a file.... yeah...using filestream not fileopen or whatever it was...I know this takes a bit of your time but if you got some old example I would be more than grateful...
Last edited by a moderator: