> ## 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

> IScriptValues object in the Scanning Station scripting model represents an array of unique string values with Has, Add, Delete, and DeleteAll methods.

## What it does

Represents an array of unique string values.

See more in the [Working with collections](/flexi-capture/scanning-station/scripts-main#collections) section.

## Methods

| **Definition**            | **Description**                           |
| ------------------------- | ----------------------------------------- |
| Has (name: string) : bool | Checks whether the specified value exists |
| Add (name: string)        | Adds a new value                          |
| Delete (name: string)     | Deletes a value with the specified name   |
| DeleteAll ( )             | Deletes all values                        |
