Jump to content

Recommended Posts

Posted

Anyone know? I try and cant find a good site for me, to learn progam lisp with vba... I already study lisp using autolisp, and i want to improve my lisp. I always see the vba lisp is much cleaner and tiny...

 

A good reference will help me a lot!!

 

Thanks

Posted

if you're reffering to Visual Lisp, this might help

http://www.midpointcad.com/au/docs/lakose_The_Visual_LISP_Developers_Bible.pdf

 

 

Yes, it's exactily what i'm searching!! Many thanks, it will help me a lot. Actualy i have to extract MANY information from lines, and write

 

(setq (assoc 62 elistb)
(setq elistb (cons (cons 62 col1) elistb))
(setq elistb (subst (cons 62 col1) (assoc 62 elistb) elistb))

MANY TIMES!

 

is driving me crazy!!!:cry:

 

visual lisp will help me a lot!!Many thanks!!!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...