All ellements of an array have identical properties, only the value can differ. (The label is a property).
You have quite a few options, you just need to be a bit creative:
You can make a cluster of a string indicator and a numeric, and make an array of those. Now you can write yuor label to the string and the number as numeric.
Are these controls or indicators? If you only need these as indicators, you could format you array into a table and write the row headers according to the desired labels. THis would even look better. 😉