# v (value limit) processing code

The v processing code specifies the
maximum number of values allowed in an attribute when as an input-conversion
(attribute 14). If the v processing code is not
defined, there is no limit to the number of values available in an
attribute.

| System Processors | Update |
| --- | --- |
| Code Type | Attribute Defining |
| Dictionary Attributes | Input Conversion |

## Syntax

```
vnumber
```

## Parameter(s)

| number | Specifies the number of values allowed and can be any integer number. If the number is 0, data cannot be entered and any data present is nulled. |
| --- | --- |

## Example(s)

Allows only three values to be
entered in this attribute.

```
v3
```

## See also

- [Processing codes (Update processor)](https://d3codex.com/updateprocessor/processing-codes-update-processor/)
- [output-conversion](https://d3codex.com/attributedefiningitem/output-conversion/)
- [Processing codes overview](https://d3codex.com/processingcodes/processing-codes-overview/)

---
Source: https://d3codex.com/processingcodes/v-value-limit-processing-code/ - part of the D3Codex reference.
