Print Arrays in Report -> Howto

Hi guys...
I have an array, which is of variable size, sometimes it may have 4 elements, sometimes 5, sometimes 1... but never 0, at least it will have 1 element.

How could i do to make a

for x := 1 to arraysize do
begin
ADDELEMENT_TO_REPORT
end;

And then, in the report I'd like to see the array's elements listed like:

Element1
Element2
Element3

if array has 3 elements, and so...

PS: How could i check if i need another page to continue printing array's elements...?
PS: Cannot use a table ;)

Thanks a lot in advance.

Comments

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.