If Then Else
Returns the value after the Then
if the condition in the If
statement returns true.
If the condition returns false, then the value after Else
is returned.
Last updated
Was this helpful?
Returns the value after the Then
if the condition in the If
statement returns true.
If the condition returns false, then the value after Else
is returned.
Last updated
Was this helpful?