integer PowerHome formula function
Description
Converts the value of a string to an integer.
Syntax
integer ( string )
Argument |
Description |
string
|
The string you want returned as an integer
|
Return value
Integer. Returns the contents of string as an integer if it succeeds and 0 if string is not a number.