ARM

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 4.
To post in this forum you must have a registered copy of Flowcode 4 or higher. To sign up for this forum topic please use the "Online Resources" link in the Flowcode Help Menu.

Moderator: Benj

Post Reply
wayne millard
Posts: 234
Joined: Thu May 31, 2007 2:18 pm
Has thanked: 7 times
Been thanked: 12 times
Contact:

ARM

Post by wayne millard »

Hi All

Thanks to Spanish dude and Benj.
can you see why the example will not compile?
what am i doing wrong?

Thanks
Wayne :oops:
Attachments
Flowcode1.fcf_arm
(4.5 KiB) Downloaded 260 times

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: ARM

Post by Benj »

Hello Wayne,

When you reference a Flowcode variable using a C code icon you must capitalize the name and add the prefix FCV_

For example in your program count would become FCV_COUNT

Post Reply