Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I need some help to get an toggle to work, I newer used this action before, and cannot get it to work.
I can read that I need to keep track on my input, but is not working for me.
Fx. The DCL toggle
: toggle {
key = "tg1"; value = 1;
label = "PDF creator ";
}
How dos the lisp expression look like do following.
A default value need to do an action, and if I check it out, the action need to be stopped.
could be something like this, just for an example.
(if (= tg1 “1”)
(Setq aa “Yes”)
(Setq aa “No”)
)
Regards
Henrik
Solved! Go to Solution.