> For the complete documentation index, see [llms.txt](https://doc.open-tx.org/opentx-2-3-lua-reference-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.open-tx.org/opentx-2-3-lua-reference-guide/part_iii_-_opentx_lua_api_reference/general-functions-less-than-greater-than-luadoc-begin-general/playnumber.md).

# playNumber(value, unit \[, attributes])

Play a numerical value (text to speech)

@status current Introduced in 2.0.0

## Parameters

* `value` (number) number to play. Value is interpreted as integer.
* `unit` (number) unit identifier [Full list](https://github.com/opentx/lua-reference-guide/blob/opentx_2.3/part_iii_-_opentx_lua_api_reference/general-functions-less-than-greater-than-luadoc-begin-general/\(../appendix/units.html\))
* `attributes` (unsigned number) possible values:
* `0 or not present` plays integral part of the number (for a number 123 it plays 123)
* `PREC1` plays a number with one decimal place (for a number 123 it plays 12.3)
* `PREC2` plays a number with two decimal places (for a number 123 it plays 1.23)

## Return value

none
