Message 1 of 3

Not applicable
05-25-2020
01:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Heey there,
I was wondering if there is a possibility to replace a part of a part name.
For example:
I read the current project number with:
currentproject = Left(iProperties.Value("Project", "Part Number"),5)
Then i want to replace the number (only the first five digits) in all the ilogic rules.
Parameter("20115-0202-000:1", "test") = test
In the code above i want to replace the number 20115 by the currentproject number(let's say 12345).
I know it's possible to do the search and replace but that's to much work when it's needs to be done everytime that I start a new project. Thats why I was wondering if its possible to programm this step.
I am looking forward to hear from you!
Greeting from the Netherlands!
Bianca
Solved! Go to Solution.