How to use not equal condition

Hi,

In java we use, if(a==“hi”)
In webMethods we use %a%=‘hi’

In Java we use, if(a!=“hi”)
In webMethods ???

:mad::mad::mad:

The operators supported by FLOW are defined in the documentation.

Erm… in java to compare values: if(a.equals(“hi”)) and if(!a.equals(“hi”))

[url]http://leepoint.net/notes-java/data/expressions/22compareobjects.html[/url]

I got the solution :slight_smile: thank you all

Its %var%!=&null

mean %var% != $null; to verify not equal to null

Howrahaa:):):):):):):slight_smile: