kytschBASIC

Put down that phone!
Please view me on real computer.

STR

Converts to a string.

Example

PRINT STR("Hi World!")

LINE BREAK



PRINT STR(26)

LINE BREAK



DEF string$=STR(123.21)

PRINT string$

Output

Hi World!
26
123.21

See also

ASC  | CENTRE  | CHR  | INT  | INSTR  | LCASE  | LEFT  | LEN  | LSET  | MID  | PRINT  | REPLACE  | RIGHT  | RND  | RNDSTRING  | RSET  | STRIPLEAD  | STRIPTRAIL  | UCASE  | UNLEFT  | VAL