Calculation icon causing a compilation error

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

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

Calculation icon causing a compilation error

Post by Steve »

Here's a small bug we've just found.

In a calculation icon, add something similar to the following:

Code: Select all

  y = (x + )
Note that there is nothing after the "+" operator. In fact, you can do with with any mathematical operator.

Flowcode will accept this line, but the compilation will fail.

I'll see about fixing this in the next release, but I thought I'd let you all know of the problem now.

Post Reply