Full name
string.digits
Library
string
Syntax
string.digits
Description
The variable string.digits returns the text string:
'0123456789'
Parameters
The variable string.digits does not accept arguments.
Result
The variable string.digits returns a text string.
Examples
We can obtain the numbers with text format contained in this variable with the following code:
string.digits
'0123456789'