Hello,
is there anyway to display every element from a 1-D array in separate indicators? For instance, if i have a 1-D array with n number of rows, how can I index each element and display each element in separate indicators? Also, I would like to programmatically display those indicators based on the array size, that is, if i have 10 rows, i need 10 different indicators with each indicator displaying the elements corresponding to the index. Please see attachment.