Option Strict On Disallows Implicit Conversions From ‘String’ to ‘Double’
As per error you are using a string type of varible to compare it with a double type of varible…can you please check and change it accordingly
If you are getting a double value as string then use csbl(stringvar) to convert to double
Cheers
Either use "0"
as the variable is string or use cdbl(get_Error_Count)
to convert the string to double
The same applies for other condition
Cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.