Itostring

From Mesham
Revision as of 14:35, 15 April 2013 by Polas (talk | contribs)
Jump to navigationJump to search

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