![](images/guestavatar.gif)
Posts
|
For some reason I can't get CIRDIM to use a string?
Here's my example:
NoteState MASKCLEAR LEVEL hLevel0, , , 1
STRING $LabelText $LabelText = "BREAK ALL EDGES\n1/32 R."
MASKENTITY 3 CLEAR hArc HENTITY hArc GETENT "Select arc to dimension", hArc, , 0, 0, 1, 0, 0
if (@error != 0) exit
CLEAR locText HLOCATION locText GETPOS "Indicate dimension text position", 1, locText
if (@error != 0) exit
CIRDIM 1, $LabelText, locText, , , , hArc, , , , ,hLevel0 NoteState
|