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

I understand this until this part:

	oBody = oNode.NativeObject
	oFullPath = oNode.BrowserNodes.Item(1).FullPath
	oPName = Split(oFullPath, ":")(Split(oFullPath, ":").Length - 2)
	oIndex = Split(oFullPath,":")(Split(oFullPath,":").Length-1)
	oNewName = Replace(oPName,".ipt","") & "-" & oIndex
	oBody.Name = oNewName

How is this pushing the updated name to the Asembly? At the oNewName, it is removing the file extension to rename the part in the Assembly? It looks like the "-" is probably specific to the question that was being asked in the original post.