Message 1 of 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a line of code that uses some user-defined parameters to create the stock number, however, one of them is an "angle" that is giving me a 'double" error in the code. Is there a way to convert the dimension parameter to just regular text without the unit string and that will also convert the dimension up or down to the nearest degree?
iProperties.Value("Project", "Stock Number") = Cat + PSize + P_Ang + Weld + SCH + Mat1
Solved! Go to Solution.