Str$()

Last Modified: 9/9/2021

Converts a numeric expression into a String.

Arguments

NameTypeRequiredDescription
Number Integer, Long, Constant Yes The numerical value or non-String variable to convert to a String.

Example

Syntax: Str$(<Number>)
    b$ = Str$(16)
    Print b$

See Also

Asc(), Bin$(), Chr$(), Hex$(), Val()