Justin Mclean Wed, 19 Jun 2013 09:52:28 -0700
Hi, And this may not do what you expect.
if (true) trace(true); else // will false be traced? trace(false); Justin