Hi Everyone

Is there a way to fill in an WORD sized array from a comma separated string? Something like Ar = [1000, 2000, 1000, 2000 .....]. On the page 37 PBP manual suggests using ARRAYWRITE Ar,[1260,2500,10000,0,0,100,200,400]. At the same time the ARRAYWRITE description specifies that the command only works for BYTE type variables.

Thanks in advance