Question: rtable is expected when using FindRepetition

> rtable_num_elems(FindRepetitions([1, 2, 1]));

Error, rtable expected

> rtable_num_elems(convert(FindRepetitions([1, 2, 1]),list));

hope to use if statement to check if number of repetition great than 0 then set true

Please Wait...