Operation possible on parts, assemblies or drawings.

This operation allows you to create a property by retrieving part of the content of another property.

Example :

In the value of the property ''PartNo'', we want to get the first 5 characters and create the property ''.Project''.


    ''PartNo'' = 00084-00118-001 --> ''Project'' = 00084


For the ''Part to be recovered'' use the character ''s'' to retrieve the characters from the beginning of the string and use the '' charactere'' to get the characters from the end of the string.

''1s6'' retrieves the string of the first 6 characters from the beginning.

''7e5'' retrieves the 5 characters starting from the 7th.