Can't set condition that Int32.ValueA is different than Int32.ValueB

I created 2 Int32 variables that are populated via Input dialog:
Start_Number and End_Number

I tried in multiple way to set a condition within a While activity that Start_Number !+ End_Number

Please see below the errors:

Thank you anticipated for your help.

Try Start_number <> End_number

Thank you very much !!!

Do you know where I can find a full list of UiPath operators?

It based on Microsoft VB.NET
so you can found useful reference in Visual Basic docs - get started, tutorials, reference. | Microsoft Learn

operators in Comparison Operators in Visual Basic | Microsoft Learn

1 Like

Thank you one more time!

No problem.
good luck :+1:

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