This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to retrieve a certain text from .*txt file into textboxes?

Hi, I met with some problems with my Visual Basic codings...I need to retrieve certain texts or characters from the text file and place it in each different textboxes...How do i start with?...Below is the text file which i needed to retrieve...I need to start reading from [status] to [status end]...How do i code in order to read them line-by-line and retrieving the each numbers into textboxes?

[Status]
Axis-1
0, 0, 1, 0, 0
300.25, 300.25
Axis-2
0, 0, 0, 0, 1
0, 0
Axis-3
0, 0, 0, 0, 0
50.50, 85.45
[Status End]
[Error]
Axis 1 reached forward limit
All axis at home position
[Error End]

0