# minimum() function

The minimum() function returns the minimum
of a list of numbers delimited by attribute, value, or subvalue marks.
If different orders of marks are present, the minimum() function returns
the minimum of all fields, regardless of delimiter.

## Syntax

```
minimum(str.exp)
```
Note: This function requires a nondefault compiler $options setting.

## Example(s)

The result, `3`, displays on the terminal.

```
equ am to char(254)
crt minimum(3:am:3.2)
```

## See also

- [$options directive](https://d3codex.com/pickbasic-flashbasic/dollar-options-directive/)

---
Source: https://d3codex.com/pickbasic-flashbasic/minimum-function/ - part of the D3Codex reference.
