01-21-2022
07:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
01-21-2022
07:01 AM
Switch these two lines like so:
tempx = iProperties.Value("Custom", "NyfanRooting")
iProperties.Value("Custom", "NyfanRooting") = tempx & ", " & oText
The first line is setting the value of the variable 'tempx' from the iProperty.
The second line is including that value at the start of the new value of the iProperty we are giving it.
Wesley Crihfield
(Not an Autodesk Employee)