View Single Post
  #2  
Old 06-22-2006, 12:12 PM
Rick Rick is offline
PipBoy Extraordinaire!
Rick's Avatar
Join Date: Jul 2004
Location: Long Beach, California.
Posts: 831
Rick is on a distinguished road
Okay, nevermind, I jumped the gun there by misreading your post... I'll re-edit this post later.



Okay, I've looked at this problem in detail.


evalFIX() works properly, yes.
eval() - the problem may or may not be a problem.


arg ? true : false

arg before it does ?: gets cast to a float -- Objects / arrays get cast to 0.0 obviously, which is why that logic fails with them.

Last edited by Rick; 06-22-2006 at 12:45 PM..
Reply With Quote