SequentialReader Reset (Read text line by line and reset at any time)

Hello all;

I am trying to read a text file line by line which works well with the SequentialReader.
The SequentialReader seems to only have the ability to reset if you are at the end of the text file.

Is there a way to reset and read from the top of the file even if I am not at the end?

Thanks for the help!

  • Jake

Hi, I’m not able to reproduce this
When I press reset, next read will return me the first line of file, as expected.

Ha! You solved the problem. There was no problem but my understanding.

I thought that it would reset when I bang ‘reset’.
I didn’t realize the next ‘read’ would give me the first line after the reset.

When I ‘reset’ at the end of the file the message returns “”, whereas when I ‘reset’ in the middle of the file the message does not change.

Thanks for the help!

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.