ListPrepend
Method Signature
ListPrepend(list=[string], value=[string], delimiter=[string], includeEmptyFields=[boolean], multiCharacterDelimiter=[boolean])Arguments
Argument
Type
Required
Description
Default
Examples
Prepend to a List using the List member function
seinfeldList = "Close Talker,Soup Nazi";
seinfeldList = seinfeldList.listPrepend( "Puffy Shirt" );
writeOutput( seinfeldList );
Prepend to a List using a dash delimiter
Prepend to a List with Empty Fields On
Prepend to a List with Empty Fields Off
Additional Examples
Related
Last updated
Was this helpful?
