Function Change

LambaLamba Member Posts: 260
edited 2014-06-10 in NAV Three Tier
Hi,
i have a function in a Cdu - A that says like:

if x> 10000 then begin
y = 10;
else
y = 0;

it updates the value on a card according to the function, but in a certain condition it must not do the same.

and the problem is that i cannot make the changes in the above function.

Thanks
amrit

Comments

  • KishormKishorm Member Posts: 921
    Just don't call the function in the cu when the "certain condition" occurs :-)
Sign In or Register to comment.