![]() |
![]() ![]() ![]() ![]() ![]()
|
Author | Topic: what is 'mismatch' error? |
carlii |
![]() What is runtime error 19? It says Type MisMatch - I don't get that! |
carlii |
![]() Make that runtime error 13. |
passerby |
![]() type mismatch means that you're trying to do something to a variable (or object, or character, or room) that can't be done to it because it has the wrong type. example: trying to add a number to a variable when that variable is a string. |
Alex |
![]() Passerby is right. Usually though, when you see this error in Quest, it's because I've goofed up. |
carlii |
![]() haha lol. |
carlii |
![]() Well in my case, the error was I tried to make a status variable with the '/' symbol in it. |