Not equal to operation for two variables

Hi all, in my program compare two variables with not equal to in if loop,

if%20condition

can I know which operator is used for it!

Thanks in advance.

Hi @sushmithaelluru,

Use <> operator

abc(i)<>abc(j)

Regards,
Arivu

4 Likes

Thanks @arivu96. can you please tell how to represent this logic ,

forlogic

This logic is for entering the data into the textboxes of the webpage from the excel sheet.

fromexcel

According to the below combinations they need to enter into the input boxes like
(USD EUR
USD CAD
USD AUR)

image

Thanks in advance.