LCD macro Cursor doesn't work with variables

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

Moderators: Benj, Mods

Post Reply
bigparmezan
Posts: 10
Joined: Wed Dec 10, 2008 10:39 am
Contact:

LCD macro Cursor doesn't work with variables

Post by bigparmezan »

Hi,

if I try to use the LCD macro Cursor using variables, say
x=0
y=0
Cursor (x,y)
it doesn't work.

It works fine in the simulation but not on the actual HW.
It works with literals, of course:
Cursor (0,0)

It must be a compilation bug! My version of Flowcode is 3.4.7.48.

I'm attaching the fcf file. Thanks for help.
Attachments
Flowcode_Cursor.fcf
(4 KiB) Downloaded 291 times

Post Reply