01-09-2009 05:18 AM
10-24-2011 07:56 AM
Hi everyone,
I'm having the same problem.
The error appear regarding my last block (see figure attached), where I have:
if(x>0 & a>0)
y=a;
else y=-b;
Anyone can give me some hint?
Thanks
10-24-2011 10:09 AM
wow, this thread was raised from the dead FOUR times. is that some sort of record? 😉
10-24-2011 10:51 AM - edited 10-24-2011 10:52 AM
Look at the help files for the formula node. If you are looking for the AND operator, it is && not a single &. The single & is for working on integers for bitwise AND operations, which is why it is giving you the error saying an integer is necesseary.
10-25-2011 02:00 AM
Hi there,
Thanks for the answer, now it is working fine.
I'm actually working with a german version and sometimes it is hard for me to understand the error messages.
Regards.
11-26-2011 02:52 PM
Billko, you are not helping.
11-28-2011 09:30 AM
@Capt Joe wrote:
Billko, you are not helping.
First post and you're the rooster already? However, I should probably give you a kudo for it. 😄