string.digits

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'
Submitted by admin on Sun, 05/02/2021 - 15:14