Variable Comparison

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • degthat
    Forum Member
    • Jul 2002
    • 16

    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 ?
  • Lorne
    Indigo Rose Staff Member
    • Feb 2001
    • 2729

    #2
    Re: Variable Comparison

    Use an IF action.

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

    Comment

    Working...
    X