http://qs321.pair.com?node_id=86170


in reply to Re: RE: RE: while loops
in thread while loops

Just a tip You can change the line $num = $num + 10 to $num += 10 It will do the same thing (increment $num by 10)