Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
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 thank you all
Its %var%!=&null
mean %var% != $null; to verify not equal to null
Howrahaa:):):):):):)