*Sorry if this has been posted before but I have been looking for 30 mins now and cant find anything*
Hi, I have an NSInteger called currentcoins and I want the coins maximum value to be 999. I have tried everything including
#undef NSIntegerMax
#define NSIntegerMax 999
but the NSInteger isn't taking any notice of this. Has anyone got any solutions? (I'm doing this for iOS)
Thanks in advance.