|| OR
simcacl
I understood that ther eis some problem related to the compatibility mode bu I don't really get the point
I changed the # pragma to
#pragma rtGlobals=2
but I doesnt work?
How can I write the simple statment:
if (( a==0) || (b==0))
Have I to write Silent 101 somewhere???
Thanks
variable a, b
if( (a == 0) || (b == 0))
print a, b
endif
end
Executing junk(1,0) command line, results in: 1 0
How is your code failing? Any error messages? Try inserting print statements (or use the debug window) to see how your code is flowing.
August 21, 2012 at 06:28 pm - Permalink
For details:
August 21, 2012 at 07:18 pm - Permalink