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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

loading an array 2

Status
Not open for further replies.

HowardHammerman

Instructor
Oct 11, 2001
640
US
I need to declare an array and load it with a value from each record. That is:

Report Header:
//formula 1
whileprintingrecords;
stringvararray x


Details:
whileprintingrecords;
stringvararray x[{table.kount}] := {table.field}


kount is an integer. There are less than 256 records in the table.

Using Crystal 8.5

Howard Hammerman,
Crystal Training and Crystal Material
On-site and public classes
Low-cost telephone/email support
FREE independent Crystal newsletter
howard@hammerman.com
800-783-2269
 
Thank your Rosemary,

That is just what I needed. Howard Hammerman,
Crystal Training and Crystal Material
On-site and public classes
Low-cost telephone/email support
FREE independent Crystal newsletter
howard@hammerman.com
800-783-2269
 
Apparently the URL of the suggested PDF has moved for the file is no longer available (not supprising after 2 years). Does anyone have a fresh URL or another suggestion about Array use in CR 8.5. It is one tool I have not used yet and probably should.......
 
That did it. Thank you (once again!)......
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top