dp_select_yn varnameWhat it does:
Create a pulldown menu with the options Yes and No for $varname. Will use dp_select to set the default valueDefined in: /web/philip/tcl/data-pipeline-defs.tcl
Source code:
upvar dp_select dp_select return "<SELECT NAME=$varname> [dp_optionlist $varname [list "" Yes No] [list "" Y N]] </SELECT>"