View Single Post
  #4  
Old 06-22-2006, 02:36 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
I don't know if the behaviour should be changed. The only thing that seems to be different is the check if an object is not null, and return true in that case. You can check that yourself though, with "if (obj==NULL)". For optimization it is currently doing "float(condition)!=false" instead of "condition!=false".
Reply With Quote