What i'm currently doing is
1) adding data to an array
2) adding a log() entry that will print the value of the array during the loop (currently 2 dimensions but i could get away with 1 dimension if it is easier)
3) copying and pasting the data from the log into excel where i run an advanced filter to extract all unique values then calculate what % each value is of the total (ie sum of all unique value %'s should add to 100%)...
is there an easy way to accomplish #3 directly inside of B4A.
i don't know a good way to get a list of unique values from an array
any thoughts would be great...thanks in advance
1) adding data to an array
2) adding a log() entry that will print the value of the array during the loop (currently 2 dimensions but i could get away with 1 dimension if it is easier)
3) copying and pasting the data from the log into excel where i run an advanced filter to extract all unique values then calculate what % each value is of the total (ie sum of all unique value %'s should add to 100%)...
is there an easy way to accomplish #3 directly inside of B4A.
i don't know a good way to get a list of unique values from an array
any thoughts would be great...thanks in advance