Seperate charactors in string
Seperate charactors in string
(OP)
Hello everyone,
My name is Lliam, I'm new to the forum and to VB
I do have programming experience with PICAXE Basic (PICAXE micro-controller language)
I have been able to put together a code(with a lot of help from the PICAXE guy's) that reads data sent to the serial port from the picaxe.
My next goal is to extract certain parts of data and and them to a corresponding text box.
-For example:
Output from PICAXE:
A = 10
B = 12
C = 4
D = 5031
This data is currently displayed in a single text box.
How can I then divide it so, say textboxA displays 10, textboxB displays 12, and so on...?
Thankyou in advance,
Lliam.
My name is Lliam, I'm new to the forum and to VB
I do have programming experience with PICAXE Basic (PICAXE micro-controller language)
I have been able to put together a code(with a lot of help from the PICAXE guy's) that reads data sent to the serial port from the picaxe.
My next goal is to extract certain parts of data and and them to a corresponding text box.
-For example:
Output from PICAXE:
A = 10
B = 12
C = 4
D = 5031
This data is currently displayed in a single text box.
How can I then divide it so, say textboxA displays 10, textboxB displays 12, and so on...?
Thankyou in advance,
Lliam.





RE: Seperate charactors in string
where you would use vbLf ( Chr(10) ) as the delimiter.
Cheers,
Joerd
Please see FAQ731-376: Eng-Tips.com Forum Policies for tips on how to make the best use of Eng-Tips.