dynamictiger
Registered User.
- Local time
- Today, 03:30
- Joined
- Feb 3, 2002
- Messages
- 270
Wayne the more I think about it the more I see I need to detect the carraige feed and see the numbers immediately after it.
I can successfully locate the decimal point and the code I have written returns the numbers I need. However, these numbers can range from 0.00 to 999.99. Therefore trimming the statement according to the numbers may prove erroneous. A safer path would be to trim off the carraige return line feed if it is in the string, and therefore would make the string contain only the data returned. What do you think?
The SComm_Onreceive event is enabled by the ActiveX control. This is made possible by using WithEvents statement in the declaration section of Access 2002.
I can successfully locate the decimal point and the code I have written returns the numbers I need. However, these numbers can range from 0.00 to 999.99. Therefore trimming the statement according to the numbers may prove erroneous. A safer path would be to trim off the carraige return line feed if it is in the string, and therefore would make the string contain only the data returned. What do you think?
The SComm_Onreceive event is enabled by the ActiveX control. This is made possible by using WithEvents statement in the declaration section of Access 2002.