> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IScriptValues

> Collection of unique string values with helpers to add, check, and remove entries.

## What it does

Represents an array of unique string values.

For more information, see [Working with collections](/vantage/documentation/scanning-station/admin/using-scripts#working-with-collections).

## Methods

| Definition                  | Description                                              |
| :-------------------------- | :------------------------------------------------------- |
| `Has (name: string) : bool` | Checks whether the given value exists in the collection. |
| `Add (name: string)`        | Adds a new value.                                        |
| `Delete (name: string)`     | Deletes the given value.                                 |
| `DeleteAll ( )`             | Deletes all values.                                      |

## Related topics

* [IScriptProperties](/vantage/documentation/scanning-station/admin/i-script-properties)
* [IScriptResult](/vantage/documentation/scanning-station/admin/i-script-result)
* [Using scripts](/vantage/documentation/scanning-station/admin/using-scripts)
* [Objects available from event scripts](/vantage/documentation/scanning-station/admin/available-objects)
