Notice the original example
 Code:
  If $LStat  
It doesn't compare it to anything, just tests to see if it's true (non-zero). The
 Code:
If $LStat = TRUE
really should not have the "= TRUE" part, but it does work because "TRUE" evaluates to non-zero. Not a good way to implement, I agree, but it does work.

Glenn
_________________________
Actually I am a Rocket Scientist! \:D