Hi, And this may not do what you expect.
if (true)
trace(true);
else
// will false be traced?
trace(false);
Justin
Hi, And this may not do what you expect.
if (true)
trace(true);
else
// will false be traced?
trace(false);
Justin