ListQualify

Inserts a string at the beginning and end of list elements.

Method Signature

ListQualify(list=[string], qualifier=[string], delimiter=[string], elements=[string], includeEmptyFields=[boolean])

Arguments

ArgumentTypeRequiredDescriptionDefault

list

string

true

The list to qualify.

qualifier

string

true

The string to insert at the beginning and end of each element.

delimiter

string

false

The delimiter used in the list.

,

elements

string

false

The elements to qualify. If set to "char", only elements that are all alphabetic characters will be qualified.

all

includeEmptyFields

boolean

false

If true, empty fields will be qualified.

false

Examples

Last updated

Logo

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