Constant type bug

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

Moderator: Benj

Post Reply
ylanchec
Posts: 54
Joined: Mon Jan 14, 2013 10:14 pm
Has thanked: 2 times
Been thanked: 2 times
Contact:

Constant type bug

Post by ylanchec »

Hi !
If i create a byte, and convert it as constant, the type is BYTE first...
But after some work, it becomes "Z", so "integer".
bugconst.png
(8.52 KiB) Downloaded 1014 times
Thank you
Yannick

ylanchec
Posts: 54
Joined: Mon Jan 14, 2013 10:14 pm
Has thanked: 2 times
Been thanked: 2 times
Contact:

Re: Constant type bug

Post by ylanchec »

Hi,
Is it possible to edit the type in future update ?
Best regards
Yannick

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Constant type bug

Post by Benj »

Hi Yannick,

Constants are not type bound like variables are, it's more just a free numeric value you can reference in your program. The Z icon implies it's an integer which can be anything positive or negative.

Post Reply