karakatiza
Technical User
Hello:
My program outputs data into a .txt file in a following format:
1234
2345
3456
4567
I need to be able to read a particular number from the file (let's say number 4 in the second row) and assign that number to a variable. Help me out please, I have no idea how to make this work. Thanks a lot.
My program outputs data into a .txt file in a following format:
1234
2345
3456
4567
I need to be able to read a particular number from the file (let's say number 4 in the second row) and assign that number to a variable. Help me out please, I have no idea how to make this work. Thanks a lot.