Difference between revisions of "Strtoi"
From UODemo Wiki
m (Protected "Strtoi" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
|||
Line 2: | Line 2: | ||
Converts a string to a signed integer. This is implemented by using the ''atoi'' C function. | Converts a string to a signed integer. This is implemented by using the ''atoi'' C function. | ||
+ | |||
+ | |||
+ | Return to the [[Command List]]. |
Latest revision as of 10:25, 25 January 2010
integer strtoi(string AnyString);
Converts a string to a signed integer. This is implemented by using the atoi C function.
Return to the Command List.