StrToInt  Global

The StrToInt function converts a string to an integer.

Syntax

Integer Global.StrToInt(
     String value)

Parameters

valueThe string.Required

Return value

The StrToInt function returns the integer value.

Example

value = StrToInt("25.8")
// value = 25
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia