Syntax
value = intval( object )
Description
This function returns the integer value of object.
Although object is commonly a CFString or CFNumber, it can be any object that responds to Objective-C's integerValue method.
See also
dblval; val; val&; mki; cvi; str; hex; oct; bin; uns$; Appendix C - Data Types and Data Representation