Horizontal plotting two tables to one journal
Hello again,I have two different tables and I just want to put them on the same journal/HTML horizontal.
is there a script command for doing such?I tried to use the bellow (which I found in this forum) but the tables came out vertically:nw2 = New Window("horizontal tables", hlb = H List Box()); For(i = 1, i <= N Table(), i++, hlb << Append(Data Table(i) << new data box); //Active tables side by s
...