I have a list of constants as shown in the image attached. They are record type. I am trying to run a loop in which I can access all of them one by one. Could somebody suggest a way to do that? I am trying something like : for i in 0 to 5 loop obj(i)......... end loop;
Guest
#4981380
You have to build an array of constants of type <objecttype> and assign each element one of your object constants (two definitions, one for the array type, one for the array incl. your constants). The next step is to loop over all ellements of this array of constants.
Reply
Please log in before posting.
