Gerben Wierda <[email protected]> writes: > set startupitemstring [variant_isset "withdnsserver" ? "port load > dns-server\n\t" : ""]
Try this one:
set startupitemstring [expr [variant_isset withdnsserver] ? {"port load
dns-server\n\t"} : {""}]
--
Piet van Oostrum <[email protected]>
WWW: http://piet.vanoostrum.org/
PGP key: [8DAE142BE17999C4]
