Flow Code decissions

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
DanDMan
Posts: 11
Joined: Wed Jul 15, 2009 8:28 pm

Flow Code decissions

Post by DanDMan »

Does flow code support the use of standard C programming like the following in the decision?

great than or less than <>
Not equal to !=

User avatar
Steve
Matrix Staff
Posts: 3433
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times

Re: Flow Code decissions

Post by Steve »

Yes. Not equal to can be represented by either "<>" or "!=".

Greater than (">"), greater than or equal to (">="), etc, are all covered too.

Post Reply