Community QBasic

Rebooting the QBasic we all know and love!


Project maintained by Cory Smith

OCT$

Returns a string containing the octal representation of an integer expression.

Syntax

OCT$(numeric_expression)

Comments

Octal is the base-8 numbering system.

numeric_expression is any numeric expression.

Example

See HEX$.

See Also