Strtoi

From UODemo Wiki
Jump to: navigation, search

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.