R2S
native R2S takes [[[real|real.html]]] r returns [[[string|string.html]]]
Преобразует вещественное число в строку.
function [[[main|main.html]]] takes [[[nothing|nothing.html]]] returns [[[nothing|nothing.html]]]
call ConsolePrint(R2S(.3)) // 0.300
endfunction
Last modified: 22 October 2024