Home › Forums › Problems and solutions in GDL › Documentation elements, text handling › ac_drawingName › Reply To: ac_drawingName
October 23, 2017 at 17:39
#3617
Participant
And while we’re talking Titles… is there any variable that returns the NUMBER equivalent of the scale of the drawing? For example, 1/4″= 1′-0″ would return a number of 48?
In trying to create my own GRAPHIC SCALE, I need something that can be used in an equation for scaling.
The ac_drawingScale only returns the VERBAL version of the scale…
Yes, I can “convert” this to a number, but when it’s an IN BETWEEN scale, I’ve got problems. Not to mention the script checker really hates it when you IF-THEN with a numeric equation.