Mike,
I should have mentioned that if convert the code from
for x=0 to 4 begin
value2 = foo(array[x]);
end ;
to the following:
foo(array[0];
foo(array[1];
foo(array[2];
foo(array[3];
foo(array[4];
I get different results.
Regards,
Ernie
ebonugli@xxxxxxxx
|