[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Scripting Problem



On Sunday 18 April 2004 01:25 pm, Timothy Scully wrote:
>   for(percent = 0; percent < 100; y++)

this would seem to be your problem: replace y++ with percent++ 
-- 

				- Randy