STR
Syntax
Section titled “Syntax”STR(<numeric value>)
Description
Section titled “Description”Converts the given numeric value to a String. It’s the opposite of VAL Returned value type is String.
Examples
Section titled “Examples”REM Convert numeric expression to valueLET a = -5.2PRINT STR(a + 1)
Remarks
Section titled “Remarks”- This function is 100% Sinclair BASIC Compatible