Expression Not Evaluating.
Always mystified by how to use Eval Expr correctly. I have this pop up that asks for a wildcard column name selection and assigns it as "Divider"
nw = New Window( "Does the Data Contain Experimental Cells?",
<<Modal,
V List Box(
Align( "right" ),
H List Box(
Panel Box( "Dividing Column", clb = Filter Col Selector( dt, all ) ),
Panel Box( "Select Cell Identification Column",
Lineup...