@3Run I am checking if the vars content is != 0. Content not pointer. I am trying to see if it has a value not if it was declared.

Code:
if ( I ) is same as if(I != 0)



But I might to totally wrong in my understand of what I did above.


@rayp Thank you for this reply. That's is where my code is breaking.

Last edited by Malice; 06/18/13 17:34.