ListRest
Returns the remainder of a list after removing the first item
Method Signature
Arguments
Argument
Type
Required
Description
Default
list
string
true
The delimited list to perform operations on
delimiter
string
false
string the list delimiter
,
includeEmptyFields
boolean
false
boolean whether to include empty fields in the returned result
false
offset
integer
false
0
Examples
Related
Last updated