Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
WCrihfield
in reply to: K.TRYFONIDIS

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

EESignature

(Not an Autodesk Employee)