# Number to string
Number to string
V
T
# Eingänge
| ID | Kürzel | Name | Typ | Standard | Beschreibung |
|---|---|---|---|---|---|
value | V | value | NUMBER | 0 |
# Ausgänge
| ID | Kürzel | Name | Typ | Standard | Beschreibung |
|---|---|---|---|---|---|
text | T | text | STRING | |
# Quellcode
Volang-Quellcode anzeigen
output::set("text", str::fmt("{}", input::get("value")))
