Itostring

From Mesham
Revision as of 13:25, 13 January 2013 by Polas (talk | contribs) (Created page with '== Overview == The itostring(n) function will convert the variable or value ''n'' into a string. * '''Pass:''' An Int * '''Returns:''' A String == Example == #includ…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Overview

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

Example

#include <string>
var a:=234;
var c:=itostring(a);