ListIndexExists

Checks if a list has a given index

Method Signature

ListIndexExists(list=[string], index=[numeric], delimiter=[string], includeEmptyFields=[boolean])

Arguments

ArgumentTypeRequiredDescriptionDefault

list

string

true

string list to check for an index

index

numeric

true

numeric The index to check for

delimiter

string

false

string the list delimiter

,

includeEmptyFields

boolean

false

boolean whether to include empty fields in the returned result

false

Examples

Last updated

Logo

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