in reply to Boolean counter?
Or if you're not interested in the numeric value 0, but rather that it's a false value, you can also use this update step:
$counter = !$counter;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Boolean counter?
by JavaFan (Canon) on Dec 07, 2009 at 11:59 UTC |