Mismatch?
I'm proabbly making a silly mistake, but why am i getting the compile error "Argument mismatch on line 1"
Code:
|
Re: Mismatch?
in your public set_phone_model function is declare as a int. It need to be function[] to be a string. Since equal only take in strings
|
Re: Mismatch?
Then would i want todo something like:
Code:
To set or remove the model |
Re: Mismatch?
if( function == 1 )
|
Re: Mismatch?
Doh! Thanks.
|
| All times are GMT -4. The time now is 04:47. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.