Remove "" from the list
Hi @txnelson ,I am trying to remove quotation mark "" from the list. The sitenum should have following results = {1, 2} no quotation mark. Any suggestions? new window("", modal,
ht = checkbox({"1","2"}),
Buttonbox("Ok",
get = ht << get selected();
)
);
sitenum ={};
Insert Into( sitenum, get);