ToddAndMargo Sun, 18 Jun 2017 21:42:48 -0700
On 06/17/2017 12:22 AM, yary wrote:
last if ++$true_count == 6;
Hi Yary, ++$true_count Is that the same as `$true_count + 1` ? And does it alter the value of $true_count? -T