View Single Post
  #6 (permalink)  
Old 09-12-2007, 08:04 PM
Michel Michel is offline
Senior Member
 
Join Date: Feb 2006
Posts: 519
Michel is on a distinguished road
You can try :
PHP Code:
int start()
{
    for ( 
int bar Bars-32-IndicatorCounted(); bar >= 0bar-- ) {
        
indicatebar );
    }

Reply With Quote