
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello All,
So it has been a long time since I last posted but I have always been able to come here with my questions. This one is probably much simpler than I'm making it but my lack of programming knowledge is limiting me here. All I'm trying to do is auto-populate the Comments field in a part's iProperties>Summary. I can get that far but it want for it to be multiple lines and I'm not sure how to make that happen with iLogic. So to lay out a simple model:
Dim String1 as String = IamaString1
Dim String2 as String = IamaString2
Dim String3 as String = IamaString3
iProperties.Value("Summary","Comments") = [?]
Result:
Comments:
IamaString1
IamaString2
IamaString3
I'm sure the answer is simple. Thanks in advance.
Solved! Go to Solution.