H
hssig
Guest
Hi,
I want to divide all elements of a record by 2.
How can I perform that in a kind of loop?
type typeMine is record
a : natural;
b : natural;
c : positive;
d : integer
...
end record;
Thank you for your suggestion.
Cheers, hssig
I want to divide all elements of a record by 2.
How can I perform that in a kind of loop?
type typeMine is record
a : natural;
b : natural;
c : positive;
d : integer
...
end record;
Thank you for your suggestion.
Cheers, hssig