How do I append to a Tab Box with variability charts?
Very new to this so please excuse if I miss anything. I would like a Main tab and sub-tabs.The below is what I am starting with. I want the main tab to be "NTLM" and sub tabs to be "Rsh" How do I properly append the chart to the tab box? Names Default To Here( 1 );
nw = New Window( "PCM Analysis",Tab Box(tp = V List Box()));
////////////////////NTLM
//////////Rsh
Variability Chart(
Y( :Rsh ),
...