Forum Discussion
1 Reply
- FrankDKContributor
A guess would be that "List(Of Items)" does not match "DataAttachment". Try below
For Each item As DataAttachment In CommentaryVar.Items Brapi.ErrorLog.LogMessage(si, item.Text) Next '' or just For Each item in api.Data.GetDataAttachments(..... Brapi.ErrorLog.LogMessage(si, item.Text) NextFor future questions, including something like compiler output/error messages makes it easier to troubleshoot 🙂
Related Content
- 3 years ago
- 2 years ago