Append to String Ref List    

Adds a string to the end of a string reference list.

 

Input Arguments

 

0

String Ref List

String List

The name of the string reference list onto which to add.

1

String

String to Append

The string to add to the end of the list.

 

Return Arguments

 

2

Integer

New String Index

The index at which the new string is located.

 

Returned Status

 

SUCCESS

The string was added successfully.

FAILURE

An invalid reference list was supplied.

 

Remarks

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