RTI_Sets Unique values (OpenInsight 64-bit)
At 25 SEP 2023 01:48:30PM BrianWick wrote:
Hi folks -
is there a way (or creative way) to use RTI_Sets to remove duplicates in a handle.
1234
1234
1235
1236
1237
1238
1238
1239
which delivers the following:
1234
1235
1236
1237
1238
1239
tx
bRI
At 25 SEP 2023 01:59PM Donald Bakke wrote:
Hi folks -
is there a way (or creative way) to use RTI_Sets to remove duplicates in a handle.
1234
1234
1235
1236
1237
1238
1238
1239
which delivers the following:
1234
1235
1236
1237
1238
1239
tx
bRI
Try the RTI_DistinctList functioin.
At 25 SEP 2023 02:58PM BrianWick wrote:
Right on Don
Tx so much.
Bri