Difference between revisions of "Itostring"

From Mesham
Jump to navigationJump to search
m (3 revisions imported)
 
(No difference)

Latest revision as of 15:44, 15 April 2019

Overview

The itostring(n) function will convert the variable or value n into a string.

Example

#include <string>

function void main() {
   var a:=234;
   var c:=itostring(a);
};

Since: Version 1.0