Column labels in 2D waves

Hello everyone,

Is there a way to display in a table the labels attributed by SetDimLabel to columns in a 2D wave?

I want to store multiple parameters (about 20) from data extracted from events detected on a time series, each parameter is to be stored in a column, while rows will correspond to detected event indexes.

In order to check that the script is doing I would like to have a more clear visualization of which data/parameter is being displayed on any given column. So, can I display the labels?

Many thanks,

R.
does

edit w2d.l // displays x dimlabels in a table
edit w2d.ld // displays labels and data


do what you want?