Make a Collection Object Name - Ensure Unique

Takes a supplied collection object name and ensures that it is unique, adding asterisks or numeric values as desired.

 

Input Arguments

 

0

Collection Object Name

Collection Object Name

The desired name for the object.

 

1

 

Boolean

 

Use Number Suffix?

Indicates whether asterisks should be appended to the object name to make it unique (FALSE) or whether numeric suffixes should be used (TRUE).

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

This command always succeeds.

 

Remarks

Unlike most commands, this command does not return an argument. Instead, it just modifies the input argument as necessary to make it unique. Therefore, other commands should reference argument 0 to obtain the unique object name.