Tostring

From Mesham

Jump to: navigation, search

Overview

This tostring[n] function will convert the variable or value n into a string.

Example

var a:=234;
var c:=tostring[a];
Personal tools