Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- October 3, 2007 at 9:05 pm #4711sbubendorfMember
) ;defun [[:alnum:]]* works to select the phrases below
) ;defun CDIMSCALEMNU
) ;defun DRAWBEAMbut if I want to select
) ;defun C:DIMSCALEMNU
how would I need to modify my search request? (The colon seems to be a problem).
Thanks !!
October 5, 2007 at 8:25 pm #4730sbubendorfMemberI found that the following works for both situations where my defun statement has or does not have the C: as part of the statement.
);defun [[:print:]]*
Using the find phrase above, I can use the following replace phrase
n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
to provide separators between multiple Autolisp functions in the same file.
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.