en:tooctal

Format

ToOctal ( Variable )

Description

This function returns the Octal (base 8) for the number you entered.

Example

For t = 1 to 10
print ToOctal(t)
next t

Results in

1
2
3
4
5
6
7
10
11
12

See also fromOctal

en/tooctal.txt · Last modified: 2013/04/14 12:19 by annoyingcalc