Last updated 3 months ago
Social Media
Bug Tracking
Support
Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC
Checks if a list has a given index
list
string
true
string list to check for an index
index
integer
numeric The index to check for
delimiter
false
string the list delimiter
,
includeEmptyFields
boolean
boolean whether to include empty fields in the returned result
ListIndexExists(list=[string], index=[integer], delimiter=[string], includeEmptyFields=[boolean])