Home › Forums › General discussions › Why does my label offset itself from the insertion point? › Reply To: Why does my label offset itself from the insertion point?
December 28, 2018 at 11:29
#4430
David Shorter
Participant
you may need to do this
“If label_custom_arrow Then
add2 (label_position [2][1]+label_position [3][1]), (label_position [2][2]+label_position [3][2])
Else
add2 0,0
EndIf”
but without seeing your script its a bit difficult to tell
Hope this helps