Itostring

From Mesham
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