ale
Guest
I am trying to develop a userform to insert data into the autocad modelspace (version 2009)
I cannot overcome this obstacle:
with thisdrawing.utility
k = .getpoint(, vbcr & " inserire la data nel punto :")
.prompt vbcr & k(0) & "," & k(1)
end with
set j = thisdrawing.modelspace.addtext(textbox2, k, 1)Would you give me a little help?
I cannot overcome this obstacle:
with thisdrawing.utility
k = .getpoint(, vbcr & " inserire la data nel punto :")
.prompt vbcr & k(0) & "," & k(1)
end with
set j = thisdrawing.modelspace.addtext(textbox2, k, 1)Would you give me a little help?