Jump to content

Little modification to this Lisp.


Saqib_theleo

Recommended Posts

Hi Lee Mac,

I did So,

; Start
  [color=red](setq S L E "S")[/color]
  (initget "S L E")   
  (setq SLE (getkword "\nSelect objects by <S>election set, <L>imits, or <E>ntire database: "))

but not working.

Link to comment
Share on other sites

I'm afraid you misunderstood Lee's instruction; until he comes on-line, there is how the code should look:

...
; Start
[color=red];[/color]   (initget "S L E")
[color=red];[/color]   (setq SLE (getkword "\nSelect objects by <S>election set, <L>imits, or <E>ntire database: "))
  [color=red](setq SLE "S")[/color]
  (cond
...

Link to comment
Share on other sites

Thanks MSasu,

Oh yes I misunderstood, sorry for that. I just added new line and forgot about these ";".

Now it's working as I need.

Thanks MSasu and Lee Mac.

Link to comment
Share on other sites

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...