This wiki is out of date, use the continuation of this wiki instead

Atoi

From FenixWiki

(Difference between revisions)
Jump to: navigation, search

Sandman (Talk | contribs)
(New page: Category:functions Category:strings ==Definition== '''INT''' atoi ( <'''STRING''' str> ) Returns the int value of the number specified in a certain string. == Parameters...)
Next diff →

Revision as of 16:55, 31 August 2007


Definition

INT atoi ( <STRING str> )

Returns the int value of the number specified in a certain string.

Parameters

STRING str - The string specifying a number of which the int value will be returned.

Returns

INT : The int value of the number specified by the specified string.

Personal tools