Remove i-th String from String Ref List    

Removes a string from a list of strings.

 

Input Arguments

 

0

String Ref List

String List

The list of strings to modify.

1

Integer

String Index

The index of the string to remove.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The list was modified successfully.

FAILURE

An invalid reference list or index was supplied.

 

Remarks

String indices are zero based, so the first string in a string reference list is at index 0.