Thread: Add elemt info
View Single Post
  #10  
Old 12-17-2018, 08:44 AM
Wolfgang's Avatar
Wolfgang Wolfgang is offline
Registered User
 
Join Date: Nov 2002
Location: ... near Sindelfingen near Stuttgart, Germany
Posts: 754
Re: Add elemt info

Quote:
Originally Posted by andrea View Post
why ???
Figure out!

try this
Code:
(setf cmdstr (format nil "LINE (pnt_xy ~a ~a)" pnt-x pnt-y))
....as command string in Andy's function. It should start a 'rubbel line' at the start point. Is that a point with the right coordinates?

Does the Annotator exe report an error?
call (oli:sd-am-errros :clear) before your function call
call (display (oli:sd-am-errros :get_all)) after your function call
Reply With Quote