Stringvar Array strings := Split({?@V2_month},","); Stringvar result := "" ; Numbervar i; for i := 1 to Ubound(strings) do ( result := result + MonthName(ToNumber(strings[i]) , true)+", " ; ); MID(result , 1 , len(result) - 2);
Select allOpen in new window
Either a non-numeric or a value outside that range.
mlmcc