# converting-nulls modifier

The converting-nulls modifier allows
all values (including nulls) to be processed by the output-conversion.
Normally, null values are not processed by the output-conversion so
that they do not unnecessarily take up space on a report. However,
some output-conversions, such as those that call FlashBASIC subroutines,
may need to see each and every value, even if it is null.

**Synonyms:** (m

## Syntax

```
converting-nulls
```

## Example(s)

```
list
```

## See also

- [Modifiers](https://d3codex.com/access/modifiers/)

---
Source: https://d3codex.com/access/converting-nulls-modifier/ - part of the D3Codex reference.
