Announcement

Collapse
No announcement yet.

Variable Comparison

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Variable Comparison

    I have set one variable called %Verio% and I what to make a expression that if it is greater than 9 then I want to set another expression %MSO% will = 2000. I know this is probably easy but I am not a programmer. Just trying to figure this out. Can anybody help ?

  • #2
    Re: Variable Comparison

    Use an IF action.

    <pre>IF(%Verio% > 9)
    %MSO% = 2000
    END IF</pre>
    --[[ Indigo Rose Software Developer ]]

    Comment

    Working...
    X