Expand my Community achievements bar.

SOLVED

FormCalc

Avatar

Level 2

In formcalc is there a way to use an If(And)) function?

1 Accepted Solution

Avatar

Correct answer by
Level 7

Yes:

if (condition and condition) then

     .....

endif

View solution in original post

1 Reply

Avatar

Correct answer by
Level 7

Yes:

if (condition and condition) then

     .....

endif