JASS Help

I2S

native I2S takes [[[integer|integer.html]]] i returns [[[string|string.html]]]

Преобразует целое число в строку.

function [[[main|main.html]]] takes [[[nothing|nothing.html]]] returns [[[nothing|nothing.html]]] call ConsolePrint(I2S(12)) // 12 endfunction
Last modified: 22 October 2024