It’s a quick question (and an easy one), but I want to create a list of “n” elements containing the same item ex: {A,A,A…A,A}
Thnaks!
It’s a quick question (and an easy one), but I want to create a list of “n” elements containing the same item ex: {A,A,A…A,A}
Thnaks!
List.Cycle or List.OfRepeatedItem
Thanks… once I knew this…