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
0
Comments