mgolo
Mechanical
- Apr 7, 2010
- 2
Hello,
I am creating a drawing form for a company. The drawing name, file name, has the syntax RT345891. I want to rewrite this in the drawing to 4-345.891.
In the form I have the parameter &dwg_name which writes the file name RT345891 in the drawing.
My idea was to use the function: partofmydrawingnumber = extract(&dwg_name,3,3) to create the new string in a repeat region as a relation.
But the parameter &dwg_name is not recognised in the relation as an parameter, it creates an error message.
Do anyone know how I can use the &dwg_name, another name for the file anme parameter or any other get around?
I am creating a drawing form for a company. The drawing name, file name, has the syntax RT345891. I want to rewrite this in the drawing to 4-345.891.
In the form I have the parameter &dwg_name which writes the file name RT345891 in the drawing.
My idea was to use the function: partofmydrawingnumber = extract(&dwg_name,3,3) to create the new string in a repeat region as a relation.
But the parameter &dwg_name is not recognised in the relation as an parameter, it creates an error message.
Do anyone know how I can use the &dwg_name, another name for the file anme parameter or any other get around?