using loop to display a tab box inside a tab box
Hi guys , I am trying to display a tab box inside a tab box using loop Below is my code , however it does not allowa me to use array , only variablee allowed . New Window( "Result", display = Tab Box() );
For( j = 1, j <= N Items( stepname ), j++,
step = Substitute( Char( stepname[j] ), "DataTable(\!"Specname=", "" );
display << Add(
step,
main[j] = Tab Box(
)
);