ListRemoveDuplicates

De-duplicates a delimited list - either case-sensitively or case-insenstively

Method Signature

ListRemoveDuplicates(list=[string], delimiter=[string], ignoreCase=[boolean])

Arguments

ArgumentTypeRequiredDescriptionDefault

list

string

true

The list to deduplicate

delimiter

string

false

The delimiter of the list

,

ignoreCase

boolean

false

Whether case should be ignored or not during deduplication - defaults to false

false

Examples

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC