Hi , as can be sen in the picture. I have a 1D array of string and I would like to convert it into a 2D array in a way that
1. number of rows are the same
2. 2D array has 4 columns and based on a start point ( 2 in thsi example ( start from second column) it should put every 8 chars in one column). So since I have 16 chars it should seperate them into 2 rooms. Could you please help me to implement this in LabVIEW
thanks