Solved
Forum Discussion
MarcusH
8 days agoContributor III
You need to move this line to be before the For loop starts:
Dim objMemberScriptValues As New List(Of MemberScriptAndValue)
- kchampion8 days agoNew Contributor III
Thanks, I knew it was going to be something obvious! I still had to instantiate the objMemberScriptValue object As New within the loop otherwise it wrote the same row data to the list 14 times, declaring as New within the loop added the individual records to the list. Moving just the List object instantiation before the loop worked. Thanks!
Related Content
- 8 months ago
- 7 months ago