Make a String

Creates a string.

 

Input Arguments

 

0

String

Base String

The source string.

1

String

String to Append (optional)

An optional string to append to the base string.

 

Return Arguments

 

2

String

Resultant String

The resulting string value.

 

Returned Status

 

SUCCESS

This command always succeeds.

 

Remarks

None.