for i := 1 to count({?EmpNos}) step 1 do
(
display := display + totext({?Empnos},0,"" + ", "
);
left(display,len(display)-2);
If you want to display just one instance, try:
whileprintingrecords;
numbervar i:=1;
for i := 1 to count({?EmpNos}) step 1 do
(
{?Empnos}
);
{?Empnos}[2];
Plug in the number of the array instance you want to display instead of the "2."
P.S. You can display in your posts (without it disappearing and changing the text to italics) by unchecking "Process TGML" in the "Step 2 Options" section before submitting.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.