Message 1 of 16
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I found something similar: https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-specific-word-color/td-p/5513...
...but I need to find all words wrapped in parenthesis and change color to blue.
Example:
Original - This is a (test) string.
Change - This is a (test) string.
Tried modifying the Str variable with a wildcard pattern, but thats not the right approach.
(setq Str "('*)")
I'm thinking I may need to use wcmatch, but I'm having a bit of trouble figuring this out.
Any nudge in the right direction is appreciated.
AutoCad 2018 (full)
Win 11 Pro
Win 11 Pro
Solved! Go to Solution.