Message 1 of 3
TOOLPALETTEPATH: Checking for a certain palette

Not applicable
05-23-2017
05:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need to run a check to see if a certain tool palette group is loaded, with LISP.
I can retrieve the loaded tool palettes with the below code:
(setq CurrentToolPalettes (getvar "*_toolpalettepath"))
The issue i'm having is, how to step thru the list to check for a certain palette group.