SetDimLabel

Is there an easy way to label a wave with list elements without using a loop?

Unfortunately,

Make/N=4 w
edit w.ld
String labels = "A;B;C;D;"
SetDimLabel 0, p, $StringFromList(p, labels), w


doesn't work.
ChrLie wrote:
Is there an easy way to label a wave with list elements without using a loop?


No.