Option Strict On Disallows Implicit Conversions From 'String' to 'Double'

Option Strict On Disallows Implicit Conversions From ‘String’ to ‘Double’

@krishnapriya_Anu

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

Actually I’m using the
image
Get text in String Variable

if Condition

VARIABLE

image

@krishnapriya_Anu

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.