Friday, May 23, 2014

Using Expression True Condition in Wise Scripts

Expression True:

Check is the variable we can get the value in variable and we can proceed with OR AND Conditions.

OR Condition:

If any one of the condition is true we can use OR condition.

item: If/While Statement
  Value=HAR1="1" OR HAR1="2"
  Flags=00001101
End


AND Condition:

Both condition needs to be true then we can use AND Condition.


item: If/While Statement
  Value=HAR1="1" And HAR1="2"
  Flags=00001101

End


Note: Copy the highlighted content to notepad and change to .wse format and use it

No comments:

Post a Comment