Ok, I understand...but somebody should say where the problem is...
Well, you've got a lot of help here already. You need to step up and do some more detailed debugging on your side to sort out what's wrong in
(141462.3).
Here's another longshot, but in the code (or pseudocode) you posted, is your comparison of the potential actually numeric? You posted > '6' (in single quotes). 10 > 6, but is '10' > '6' in whatever you're coding in?
Last edited by Mod-oeuftete at 4/21/2010 1:50:18 PM