Table of Contents

String (Function)

Format

string ( expression )

returns string_expression

Description

Returns the string representation of a number.

Example

number = 30+2
print string(number)

Results with

32

See Also

2016/01/01 22:42