View Single Post
NinjaSK
Senior Member
Join Date: Sep 2012
Old 04-24-2013 , 14:20   Re: error 035: argument type mismatch (argument 2)
Reply With Quote #2

At what line do you get the error?

Basically, "argument type mismatch" means that you're inserting 1 type of argument into
a function which needs to receive an argument of different type.

For example: you will get this error if you input a integer into a function that requires a string.
NinjaSK is offline