Hi,
Here is my problem: I have 6 string variables, all of them with values from a finite (and short) list, so that very often there will be more than 2 variables with same value.
I need something like this:
sub agg(A as string, B as string, C as string, D as string, E as string, F as string)...