Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm looking for the syntax that will set a text key based on a selection from a list box.
I currently have the list setting a slide tile:
(slide "sld" (strcat path (nth (atoi (set_tile "lst" "0")) lst) ".sld"))
(action_tile "lst" "(slide \"sld\" (strcat path (nth (atoi $value) lst) \".sld\"))")
...and would like to add an action that sets a text key, something like:
(if (= (nth (atoi $value) lst) "DP16") (set_tile "dcl_customer" "Test"))
I feel like I'm close, but I'm getting a 'too may arguments' error.
AutoCad 2018 (full)
Win 11 Pro
Win 11 Pro
Solved! Go to Solution.