ToInt Function

Next: , Previous: Substring, Index: Index

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

Pass: A string
Returns: An integer

Examples

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


Last Modified: August 2008