strnumbercaptured = CDbl(strCapturedString)
Need to force strnumbercaptured to 00 instead of 0 if strCapturedString is " 00". After this line is executed, strnumbercaptured is 0 instead of 00. How can I keep it 00?
This is for an application that reads in weights from the COMM port. This is for a scale. We are trying to get certified and the Certification person wants us to show 00 instead of 0 and I do not know how to do it.
Thanks in advance,
Darryl