Unsigned pointer
Posted: Mon Jun 17, 2013 2:05 pm
				
				I can not understand why there is a sign of pointers? 
  
 
			Code: Select all
*p1 = 1234
*p2 = $FFFFFFFF
If *p1 > *p2
  Debug "Error *p2 more than *p1."
Else
  Debug "OK"
EndIf