A new problem
Displaying 1-4 of 4 total.
1
miky
|
Mid is broken! Every time I use it, it says "could not resolve identifier "mid"" even though I follow the syntax exactly. Please help me.
Posted on 2007-02-17 21:28:35
|
Beni
|
We can be fairly sure that mid is not broken. Verge's error reporting is not always spot on. Look for other errors in the area. If you can't figure it out, post the code surrounding it here. If it's not too long, post the entire function that it's in. Be sure to copy and paste it, not just type it from memory.
Posted on 2007-02-18 02:09:48
|
Overkill
|
That likely means you're using mid() in a spot where an int is expected. mid(), left(), right(), and str() (left and right especially -- since left and right are also the names of variables that deal with the input from directionals) are treated specially and will give you weird errors if you use them in some place where a string isn't wanted.
Posted on 2007-02-19 13:58:44 (last edited on 2007-02-19 14:03:50)
|
miky
|
I also said a string = " " and it broke, so I scrapped the wrapping function I was writing and decided to do it a better way. So now both of my topics are useless.
Posted on 2007-02-19 20:46:59
|