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 name parameter or any other get around? What is the syntax to create these parameters in the form but have them echoed in the drawing?
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.