
06-22-2006, 12:12 PM
|
PipBoy Extraordinaire!
|
 |
Join Date: Jul 2004
Location: Long Beach, California.
Posts: 831
|
|
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..
|
|