BE_ValuesTimesDuplicated

BE_ValuesTimesDuplicated(listOfValues;numberOfTimes)



Returns a list of values from listOfValues, where the value has been repeated numberOfTimes.  In other words, filter the list to only those values that are repeated numberOfTimes. 

Parameters:

- listOfValues : the list of values to look through.

- numberOfTimes : the count to check for in the list.

Keywords:

Values Duplicates Times


Version History:

- 3.2 :

- 4.0.2 : Renamed from BE_Values_TimesDuplicated

Code Examples:

BE_ValuesTimesDuplicated ( "a¶c¶c¶d¶d" ; 2 ) = "c¶d". 


BE_ValuesTimesDuplicated ( "a¶c¶c¶d¶d" ; 3 ) = ""


Still need help? Contact Us Contact Us