Message 1 of 14
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to add the string "Yrds" to the end of this iLogic code, but it's giving me an error, I thought concatenating it would be fine, but obviously it is not?
WIP = Round(iProperties.Mass, 0) iLogicVb.UpdateWhenDone = True InventorVb.DocumentUpdate() VIG = Round(iProperties.Volume, 0)*0.00495113 & " Yrds" iLogicVb.UpdateWhenDone = True InventorVb.DocumentUpdate()
This code is taking a user defined parameter in volume gallons and converting it to volume yards, but I need "Yrds" to show up at the end of it.
Solved! Go to Solution.