IntToStr  Global

The IntToStr function converts an integer to a string.

Syntax

String Global.IntToStr(
     Integer value)

Parameters

valueThe integer value.Required

Return value

The IntToStr function returns the string.

Example

value = IntToStr(25)
// value = "25"
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia