- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
It looks like you are creating a new String type variable between those two processes called "Codice". Then you are setting its value from that file's custom iProperty. Then you are writing that value out to the iLogic Logger. If you do not intend to copy data from the Logger, and you do not want to inject a call to a custom Sub routine there that would write that value directly into an Excel sheet, then I would suggest that you create something like a New List(Of String) type variable somewhere before this point in your code (before the loop), then 'Add' this custom iProperty value to that List between those two processes. Then later, after the loop, you will have that List object filled with those values that you can do what you want with.
Wesley Crihfield
(Not an Autodesk Employee)