2018-07-31, 19:44
Hi,
I would like to do something like this in the config.
How can I do that?
If I use
than it goes to cancel if need_default is not true.
I would like to do something like this in the config.
Code:
iseq ${need_default} true && ( choose selected || goto cancel )
How can I do that?
If I use
Code:
iseq ${need_default} true && choose selected || goto cancel
than it goes to cancel if need_default is not true.