Small red cross on a variable - what does it mean?

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

Moderator: Benj

Post Reply
jadiflow
Flowcode v5 User
Posts: 273
Joined: Thu Apr 17, 2008 9:59 am
Has thanked: 19 times
Been thanked: 16 times
Contact:

Small red cross on a variable - what does it mean?

Post by jadiflow »

Hi,

I see a small red cross on a variable (uint in this case) both in the variables list as well as in the component macro it uses. What does that signify, is it an alert or error? (FC 7).

See attached screen shot.

Jan Didden
Attachments
variable cross.PNG
(16.8 KiB) Downloaded 1227 times

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: Small red cross on a variable - what does it mean?

Post by medelec35 »

Hi Jan,
The + means that the numbers will always be positive, so they are Unsigned.
If not got the + then they can go negative as they are signed.
So nothing to worry about as the + allows you to instantly tell if unsigned or signed.
Martin

jadiflow
Flowcode v5 User
Posts: 273
Joined: Thu Apr 17, 2008 9:59 am
Has thanked: 19 times
Been thanked: 16 times
Contact:

Re: Small red cross on a variable - what does it mean?

Post by jadiflow »

Neat! Thanks Medelec!

Jan

Post Reply