functionreturnNonUniqueStrings
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | n | Number entries | |
| Boolean[n - 1] | ideNam | Flag that is set to true if the name is used more than once | |
| String[n] | names | Names |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | s | String with non-unique names |