[DGD] priority of call_other macro
Robert Forshaw
iouswuoibev at hotmail.com
Fri Jul 2 19:11:10 CEST 2004
When doing something like the following:
if(!obj -> query_exists(etc))
this evaluates to:
if(nil -> query_exists(etc))
So it becomes necessary to put the following instead:
if(!(obj -> query_exists(etc)))
Can this be made so that the first example is valid?
_________________________________________________________________
Use MSN Messenger to send music and pics to your friends
http://www.msn.co.uk/messenger
_________________________________________________________________
List config page: http://list.imaginary.com/mailman/listinfo/dgd
More information about the DGD
mailing list