B
bw
My table has several groups of data with similar field names, i.e.; W1,
W2, W3, and U1, U2, U3, etc.
I would like to refer to these names as an array with an index.
Something like myValue=W(1) or myValue=U(2), etc.
Is there a way to do this?
--
W2, W3, and U1, U2, U3, etc.
I would like to refer to these names as an array with an index.
Something like myValue=W(1) or myValue=U(2), etc.
Is there a way to do this?
--