View Single Post
Old 08-24-2008, 05:58 PM   #549 (permalink)
wagonman76
Master EcoModder
 
wagonman76's Avatar
 
Join Date: Jun 2008
Location: Northwest Lower Michigan
Posts: 1,006

Red Car - '89 Chevrolet Celebrity CL 4 door
Team Chevy
90 day: 36.47 mpg (US)

Winter Wagon - '89 Pontiac 6000 LE Wagon
90 day: 28.26 mpg (US)
Thanks: 8
Thanked 17 Times in 16 Posts
For editing of the variables, I personally would rather whip through the screens with one click each till I get to the one I need, then whip through the rest to get out. It makes going in to edit one variable a lot faster, without fear of screwing up the rest. So in the EditParm section near the end of the code, I changed the following in mine.

From this:
Quote:
byte p=9; //right end of 10 digit number
To this:
Quote:
byte p=11; //XX
And I removed this section:
Quote:
for(int x=9 ; x>=0 ;x--){ //do a nice thing and put the cursor at the first non zero number
if(fmtv[x] != '0')
p=x;
}
Just my preference. I tried it and it does work so if anyone wants to use it, feel free.
__________________

Winter daily driver, parked most days right now


Summer daily driver

Last edited by wagonman76; 08-24-2008 at 06:09 PM..
  Reply With Quote