Message 1 of 10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have three edit boxes that I want to be able to disable with the click of a single toggle. All of these lines will work on their own but when run together only the list line is executed.
(action_tile "tg1" "(setq result $key) (mode_tile \"eb1\" (- 1 (atoi $value))))")
(action_tile "tg1" "(setq result $key) (mode_tile \"eb1a\" (- 1 (atoi $value))))")
(action_tile "tg1" "(setq result $key) (mode_tile \"eb1b\" (- 1 (atoi $value))))")
Is there a way to combine these 3 lines into one?
Thanks in advance!
Solved! Go to Solution.