Full name
string.octdigits
Library
string
Syntax
string.octdigits
Description
The variable string.octdigits returns the text string:
'01234567'
That is, it returns the set of characters involved in the octal system .
Parameters
The variable string.octdigits does not accept arguments.
Result
The variable string.octdigits returns a text string.
Examples
We can obtain the characters contained in this variable with the following code:
string.octdigits
'01234567'