Bullsandbears123
Technical User
I am using the below if statement, but it does not seem work. When it processes the statement below it goes to the if else and does NOT process "do this".
Any Ideas?
___________________________________________
dim test1 as string
dim test2 as string
test1="2"
test2=NULL
If test1 <> test2 Then
'do this
else
'do that
endif
Any Ideas?
___________________________________________
dim test1 as string
dim test2 as string
test1="2"
test2=NULL
If test1 <> test2 Then
'do this
else
'do that
endif