dynamictiger
Registered User.
- Local time
- Today, 11:31
- Joined
- Feb 3, 2002
- Messages
- 270
I am receiving data from an external device into my access application. Whilst the data changes in some ways it is consistant in that the first line returned contains information I need, and the last line contains information I need.
The format returned from the input as a string is similar to below:
2003-09-12 18:08:34
Test No.: 2
Code No.: 100
7.25
How can I use code to manipulate to return the last line value only? Can I or do I need to translate this into Ascii or another format to show the line breaks I assume are there?
The format returned from the input as a string is similar to below:
2003-09-12 18:08:34
Test No.: 2
Code No.: 100
7.25
How can I use code to manipulate to return the last line value only? Can I or do I need to translate this into Ascii or another format to show the line breaks I assume are there?