Originally posted by E
would SpotFound is a valid position be tested by if( SpotFound == 0) or just if(!SpotFound)? I thought MapPoint doesnt work like a sint32?
would SpotFound is a valid position be tested by if( SpotFound == 0) or just if(!SpotFound)? I thought MapPoint doesnt work like a sint32?
Actually you have to give it an invalid value so that you can use it for testing. So what is the invalid value?
-Martin
Comment