ListGetAt
Method Signature
ListGetAt(list=[string], position=[integer], delimiter=[string], includeEmptyFields=[boolean], multiCharacterDelimiter=[boolean])Arguments
Argument
Type
Required
Description
Default
Examples
Simple Example
listGetAt( "foo,bar,lorem,ipsum", 2 );
Example with Delimiter
Example with IncludeEmptyValues
Additional Examples
Related
Last updated
Was this helpful?
