Thread: The Only Pivot
View Single Post
  #21 (permalink)  
Old 07-11-2007, 02:35 AM
fxbs fxbs is offline
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,272
fxbs is on a distinguished road
interesting; code is nice :
// if (TimeDayOfWeek(yesterdaybegin) == 0) ybs++; // we found a Sunday bar so screw it.
}
j++;
if ((j-shift) > 24) {
Print ("Shit!");
}
does it really print it?