Jump to content

Recommended Posts

Posted

Also want to point out to you and I made the same mistake. You were using (type) as a variable. This could lead to a conflict.

That's why I changed it to (wtyp).

 

From Acads Developer Help section

 

type Function

 

Returns the type of a specified item

(type item)

 

Arguments

item

A symbol.

 

Return Values

The data type of item. Items that evaluate to nil (such as unassigned symbols) return nil.

  • Replies 25
  • Created
  • Last Reply

Top Posters In This Topic

  • The Buzzard

    9

  • chelsea1307

    8

  • Lee Mac

    3

  • flowerrobot

    2

Posted

Use the Visual LISP Editor in ACAD (or another Code editor), that way protected symbols will appear in blue. :thumbsup:

Posted
Use the Visual LISP Editor in ACAD (or another Code editor), that way protected symbols will appear in blue. :thumbsup:

 

Thank you Lee.

That is ideal.

Posted

thanks buzzard i will be more carefull next time on what i use. as far as i understand the purpose of the lisp the one you made seems to work fine.

Posted
thanks buzzard i will be more carefull next time on what i use. as far as i understand the purpose of the lisp the one you made seems to work fine.

 

That's good to hear.

Posted
Use the Visual LISP Editor in ACAD (or another Code editor), that way protected symbols will appear in blue. :thumbsup:

 

 

Sorry off topic, ill make one soon, but dont know about you, i use notepad++, have you guys gone to the effort of updating it to support all the autocad lisp definitions, im doing it,slowly but thought if any you guys have done it will save me, only thing not sure how to do it for dcl so that ; isnt green and { is refered as brackets

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