jclever20
Industrial
- Jul 19, 2011
- 11
UG NX 5
Windows XP 64-Bit w/Excel 2007
I am importing .exp files into UG using a journal file to create a large amount of drawings. I have done this successfully with other product lines but now I need to import a few string variables into the model. The problem is, UG seems to be adding extra double quotes around my variable when it imports. In the .exp it looks like this:
(String) Part_Number="12500130"
However I get an error from UG like this:
"(String) Part_Number=""12500130"""
If I remove the double quotes from the .exp like so:
(String) Part_Number=12500130
Then UG will import the value as 12500130 just fine but being that there aren't and quotes around it, the value does not update in the drawing. Am I formatting something wrong in the .exp or is there some type of manipulation I can do once the value without quotes gets imported into my expressions?
Thank you,
Jake Clever
Windows XP 64-Bit w/Excel 2007
I am importing .exp files into UG using a journal file to create a large amount of drawings. I have done this successfully with other product lines but now I need to import a few string variables into the model. The problem is, UG seems to be adding extra double quotes around my variable when it imports. In the .exp it looks like this:
(String) Part_Number="12500130"
However I get an error from UG like this:
"(String) Part_Number=""12500130"""
If I remove the double quotes from the .exp like so:
(String) Part_Number=12500130
Then UG will import the value as 12500130 just fine but being that there aren't and quotes around it, the value does not update in the drawing. Am I formatting something wrong in the .exp or is there some type of manipulation I can do once the value without quotes gets imported into my expressions?
Thank you,
Jake Clever