06-19-2020
03:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
06-19-2020
03:13 PM
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.