Last Modified: 9/9/2021
Converts a numeric expression into a String.
| Name | Type | Required | Description |
| Number | Integer, Long, Constant | Yes | The numerical value or non-String variable to convert to a String. |
| Syntax: Str$(<Number>) |
|
b$ = Str$(16) Print b$ |