Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Im making a I-logic part for a pipe
the idea is to select a Inch dimension for the pipe with te correct thickness.
when that is done i want that de properties are filled in automaticly
the code that i have written is :
'Pipe 1/8 Inch' If Inch = "1/8" And Schedule = "10" d0 = 1 iProperties.Value("Project", "Description") = "1/8 Inch - Schedule 10" End If
filling in the description works this way but i want to add length to it so it looks like this
Description = 1/8 Inch - Schedule 10 - Length ....
so i want that value of the length parameter (d2) is written in the property description.
Could anyone help me with this ?
Solved! Go to Solution.