Simon & Henry

ripmf666

Active member
Sep 20, 2006
15,123
14
38
47
Wentzville Mo
LOL dont make me drive to your place and cut your internet off lol.Its hard keeping up when working 4 10 hr days and 3 out of 4 fridays and were starting 10 1/2 days next week. I will try and burn the iphone up.
 

LarryJewell

Back with his honey :)
Jan 21, 2007
10,152
0
36
58
San Angelo
LOL dont make me drive to your place and cut your internet off lol.Its hard keeping up when working 4 10 hr days and 3 out of 4 fridays and were starting 10 1/2 days next week. I will try and burn the iphone up.
you'll get your chance next week when i'm hunting :thumb:
 

McRat

Diesel Hotrodder
Aug 2, 2006
11,249
26
38
64
Norco CA
www.mcratracing.com
Rob, you used to be able to put in a very large #, and it would display a negative. But that does not work anymore. They filter it during input, so you actually have to hack it to get negatives.
 

Poltergeist

Ghost in the Machine
Aug 1, 2006
29,563
1
36
Ontario, Calif.
www.poltergeist.us
Rob, you used to be able to put in a very large #, and it would display a negative. But that does not work anymore. They filter it during input, so you actually have to hack it to get negatives.

I've tried a couple of things so far. Including changing the column type to something that should allow negatives. So far it will just go to 0, but I'm hoping inspiration will hit me and then I can have some fun.
 

McRat

Diesel Hotrodder
Aug 2, 2006
11,249
26
38
64
Norco CA
www.mcratracing.com
I've tried a couple of things so far. Including changing the column type to something that should allow negatives. So far it will just go to 0, but I'm hoping inspiration will hit me and then I can have some fun.

If it allows you to change the variable type, then change it to a double integer. A double integer (normal integer), will roll over at 32768?, and an unsigned double will roll at 65536.

Right now, it's a unsigned "double word" integer that caps at 2 billion.
 

Poltergeist

Ghost in the Machine
Aug 1, 2006
29,563
1
36
Ontario, Calif.
www.poltergeist.us
If it allows you to change the variable type, then change it to a double integer. A double integer (normal integer), will roll over at 32768?, and an unsigned double will roll at 65536.

Right now, it's a unsigned "double word" integer that caps at 2 billion.

I've been doing the testing on a test site because I don't want to mess with a working database. I can't remember what I changed it to last but it was supposed to allow negatives. If I get a chance I'll try some more this weekend.