En:NumberToStr

Материал из Pocket Fallout для КПК на PDA PC PPC Mobile.

Содержание

Syntax

NumberToStr(value : Number) : String

Description

Convert number to string;

Parameters

  • value - number. Integer which it is necessary to convert to string;

Result

The function returns string value. Data type - String;

Example

var myStr = NumberToStr(10); // Result "10"

See also

General procedures and functions

Личные инструменты