String - Get Delimited String

Returns a specific entry in a delimited string given a delimiter and a zero-based index.

If the index is greater than the number of entries in the delimited string, this action returns an empty string ("").

Action ID:
Action Category:
Action List Syntax:

64
String
<<VARIABLE>>
= String.GetDelimitedString (<<SOURCESTRING>>, <<DELIMITER>>, <<INDEX>>)

Settings

Store result in variable:

The name of the variable to store the result in.

Source string:

The source string, that contains a delimited list of strings in it.

Delimiter

The character(s) that delimit the supplied list.

Item index

The zero-based index of the item to return.

Error Codes

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

Examples

Getting an item from a delimited list

Searching the desktop for text files