Table of Contents

String

Format

string ( expression )

Description

Returns the string representation of a number.

Example

number = 30+2
print string(number)

Results with

32

See Also

Decimal