Xbasic
a5_unique_array_entries Function
Syntax
C a5_unique_array_entries(P input_array ,C property_name )
Arguments
- input_array
Pointer
- property_name
Character
Description
Takes a property array and tests whether the 'property_name' element is unique. Adds a 'unique' property to the array which contains Yes or No for each element.
See Also