Gentlemen:
I have this kind of strings coming from the RS232 port into a RichTextBox1. I'm only interested in the numbers right after the equal sign "="
I need to extract this numbers in the same line order shown and place the value into textboxes, each value will go into its own textbox
(there are 110 lines in the final rs232 file). Any idea? I'm using VBNet 2003.
Thanks everyone.
Rs232 file
Sel. 1
Pago = 119
Libre = 0
Test = 0
Desc.= 0
Sel. 2
Pago = 9
Libre = 0
Test = 0
Desc.= 0
Sel. 3
Pago = 322
Libre = 0
Test = 0
Desc.= 0
I have this kind of strings coming from the RS232 port into a RichTextBox1. I'm only interested in the numbers right after the equal sign "="
I need to extract this numbers in the same line order shown and place the value into textboxes, each value will go into its own textbox
(there are 110 lines in the final rs232 file). Any idea? I'm using VBNet 2003.
Thanks everyone.
Rs232 file
Sel. 1
Pago = 119
Libre = 0
Test = 0
Desc.= 0
Sel. 2
Pago = 9
Libre = 0
Test = 0
Desc.= 0
Sel. 3
Pago = 322
Libre = 0
Test = 0
Desc.= 0