I need some help here..In my
table there are 28 datas, 2 columns and 14 rows. In 1st column , there
is 7 to 8 digits. I want to group my data according to the value of the
first 2 digits of each data in 1st column . If the data just have 7
digits, I will add the 0 at the front each data to become 8 digits.
The number of first 2 digits is starting from 01 to 40. I stucked
when I want to grouping the data. Please hel p me..I really need this
answer. I have attched my program. I am using Labview 8.2.
If you see in the .jpg file, there are 14
elements in the array and in the array 2. What i want is, to group all
the data according to the first 2 digits. For example I want to make a
group name as 23. Means that every data that have first 2 digits with
23 will be in this group. Example 23170608 index 0 and 23170608 index
5. So I need to collect the data in the array 2 at the same index
number which is 1715 and 1615 and concatenate the string become 1
string.