Strtoi
From UODemo Wiki
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.
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.