Message 1 of 4
update iPART part number as filename
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone, I have used this line of code for consistent Part Numbers when saving files:
iProperties.Value("Project", "Part Number")= ThisDoc.FileName
as suggest by autodesk itself: https://knowledge.autodesk.com/support/inventor/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-...
The problem is when I use this rule in an iPart it breaks the part Number because of Index.
Is there an easy fix to this code?