Strtoi
From UODemo Wiki
Revision as of 20:45, 24 January 2010 by Batlin (talk | contribs) (Created page with 'integer '''strtoi'''(string ''AnyString''); Converts a string to a signed integer. This is implemented by using the ''atoi'' C function.')
integer strtoi(string AnyString);
Converts a string to a signed integer. This is implemented by using the atoi C function.