Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

macro in a lisp can it be possible??

Status
Not open for further replies.

shadow

Computer
Joined
Mar 1, 2001
Messages
321
Location
US
Now that i have a need to use lisp more im trying to put the little i know to use but one of the easys at least for me to do is write macros so in knowing that can i use the (command "_.Autocad Command" )in conjunction with macro info like so

(command "_.offset" "\" "\" ";")

would this work in lsp or in some weird way can it if anyone knows anything let me know if everyone helps everybody the world will be a better place
 
yes dear by using this way macro can be possible in lisp also
 
but back slashes don't work or atleast they aren't for me does anyone know of the syntax that you use for button macro style syntax for lisp if everyone helps everybody the world will be a better place
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top