Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Display all values of an array

Status
Not open for further replies.

Budjette

Programmer
Joined
Jul 8, 2002
Messages
29
Location
CA
Hi!

I have an array that I fill up in a group header with dates. I have a parameter that I receive, and if this parameter is in the array, I want to display all the values in the array in the details section. Is this possible?

Thanks,

Budjette
 
Have a look at the join function hence
join({parameter},chr(32))

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top