Toint

From Mesham
Revision as of 22:36, 10 January 2010 by Polas (talk | contribs) (Created page with '== Overview == This toint[s] function will convert the string ''s'' into an integer. * '''Pass:''' A string * '''Returns:''' An integer == Example == var a:="234"; var c:=t…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Overview

This toint[s] function will convert the string s into an integer.

  • Pass: A string
  • Returns: An integer

Example

var a:="234";
var c:=toint[a];