Option Strict On disallows late binding - HELP

Below is an IF condition, for the life of me I can’t figure out how to get rid of this error. Help…

because you are placing AND between strings

drop the convert.tostring for the 3 statements

@RPANovice1,

Try like this:

row(“Plan Number”).tostring.equals(Home plan) AND row(“Settle Date”).tostring.equals(ReportDate)

2 Likes

Thank you!!!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.