NOT

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
saschech@gmx.de
Posts: 714
Joined: Wed Jan 31, 2007 12:41 pm
Has thanked: 1 time
Been thanked: 26 times

NOT

Post by saschech@gmx.de »

Hello

The NOT - funktion in V3 work ,but with the same program in V4 dont work please help!!!!!
Attachments
test_V4.fcf
(5.5 KiB) Downloaded 256 times
test_V3.fcf
(4.5 KiB) Downloaded 243 times

sisasu
Flowcode V4 User
Posts: 8
Joined: Wed Aug 19, 2009 4:14 pm
Been thanked: 1 time

Re: NOT

Post by sisasu »

Hallo
I have the same too error but only in simulator.

Regards sisasu

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

Post by Benj »

Hello

I have added it to the bugs list.

For now you should be able to use

var = var XOR 0xFF

instead of

var = NOT var

Post Reply