03.10.2011, 10:20
Argument type mis-match (which looks like most if not all of your errors), means your sending the in-correct data type when calling the function.
For example, you are passing a string or char when you should be passing an integer, or perhaps it should be float instead of integer, etc.
For example, you are passing a string or char when you should be passing an integer, or perhaps it should be float instead of integer, etc.