Trkp
Industrial
- Jan 6, 2021
- 4
Hi All
I am trying to populate a titleblock with partnumber and version number.
The filenumber has 17 digits, like this xxxxxxxx-yyyyy-00, and the last two is the version number.
I want to seperate the version number and use it in a seperate version cell, and the rest in a partnumber cell.
In each of the two cell i want a call a seperate attribute.
I have succeded by using using the command subString( replaceString(Ug_askCurrentWorkPart(), ".prt", ""), 16, 17 )
in expressions and then used them in the attribute, but then I have to update my expression when i have made a save as, which isnt very practical.
Is there any way I can use that command directly in a attribute
Best Regard
TK