$If() Conditions
Page 1 of 1
$If() Conditions
I've been experimenting with $If() / $Else / $EndIf() statements, and conditions such as
$If($(sub(1))
work just fine. But I'd really like to use conditions in which a variable is compared to a value or another variable, such as
$If($sub(1)=5)
$If($sub(1)>$sub(2))
Is that possible? If so, what is the correct syntax?
$If($(sub(1))
work just fine. But I'd really like to use conditions in which a variable is compared to a value or another variable, such as
$If($sub(1)=5)
$If($sub(1)>$sub(2))
Is that possible? If so, what is the correct syntax?
velaro- Posts : 23
Join date : 2011-08-02
Age : 48
Location : Reutlingen, Germany
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
|
|