View Single Post
Old Jan 24th, 2008, 9:20 PM   #4
kewlgeye
Programmer
 
Join Date: Jan 2008
Posts: 53
Rep Power: 1 kewlgeye is on a distinguished road
Red face Re: Input Output Function Error

Quote:
Originally Posted by Ghost View Post
Also, next time, maybe a line number on where the error is...

Thank you for your reply. I am not sure how to use the ctype, I visited the link but I don't know how or where or what to put in the example that I saw. But here is the error line


error. Conversion from string "" to type 'Double' is not valid.


The error is highlighting this line in the code
Dim cpaMaxDecimal As Decimal = usersundayString - cpaadminsundaycount

and pointing to "cpaadminsundaycount"
kewlgeye is offline   Reply With Quote