crystaldev1
Programmer
I'm using CR 9 and Sql Server 2005. I would like to save records to an array from details section. Record number would match the array subscript. For instance, {id} in record number #1 would be assigned to x[1], {id} in record #2 would be assigned to x[2], etc.. When I declare, I do not know the number of records array will include so this has to be dynamic. Thanks for any help.