NumToStr

InstallShield 2020 ยป InstallScript Language Reference

The NumToStr function converts a number to a string.

Syntax

NumToStr ( svString, nValue );

Parameters

NumToStr Parameters

Parameter

Description

svString

Returns the string equivalent of nValue.

nValue

Specifies the number to convert to a string.

Return Values

NumToStr

Return Value

Description

0

Indicates that the function successfully converted the number to a string.

< 0

Indicates that the function failed to convert the number to a string.

See Also