Say you have an array of 2 dimensional arrays of labels, thus:
Label10(0) Label10(1) Label10(2) Label10(3) Etc.
Label11(0) Label11(1) Label11(2) Label11(3) Etc.
Label12(0) Label12(1) Label12(2) Label12(3) Etc.
Label13(0) Label13(1) Label13(2) Label13(3) Etc.
Etc.
Since (I suppose) you can’t multi dimension the labels, is it possible to string together something like: “Label” & A & “(“ & B & “)” to represent a generalized label?
Since you’d end up with a string you’d have to convert it somehow to use it.
Dom
Label10(0) Label10(1) Label10(2) Label10(3) Etc.
Label11(0) Label11(1) Label11(2) Label11(3) Etc.
Label12(0) Label12(1) Label12(2) Label12(3) Etc.
Label13(0) Label13(1) Label13(2) Label13(3) Etc.
Etc.
Since (I suppose) you can’t multi dimension the labels, is it possible to string together something like: “Label” & A & “(“ & B & “)” to represent a generalized label?
Since you’d end up with a string you’d have to convert it somehow to use it.
Dom