tia
jerry
HTH
-Turtle
"Jerry" <gal...@n-jcenter.com> wrote in message
news:eTTE6.260775$3J6.17...@news2.aus1.giganews.com...
I presume you are trying to calculate the starting handicap after somebody
has submitted 3 cards. The following should point you in the right direction
sngWork = CInt(sngWork / 3 * 10)
sngWork = sngWork / 10
If sngWork > 28 Then sngWork = 28
sngWork is the total of the 3 "corrected" cards
Hope this helps
--
Terry Wickenden
To gain access to my EMail remove access
RunCommand Constants www.tkwickenden.clara.net
"Jerry" <gal...@n-jcenter.com> wrote in message
news:eTTE6.260775$3J6.17...@news2.aus1.giganews.com...
Anyway there is one step in the formula that specifically sais take the
result to 1 decimal place 'dropping all further decimal places NOT
ROUNDING'. i suspect there could be a difference. if enough of these
happened to fall the wrong way!
thanks for your help,
i'm still noodling
jerry
"Terry Wickenden" <terence....@accessntlworld.com> wrote in message
news:6uZE6.2387$Tv2.2...@news6-win.server.ntlworld.com...
x = Fix(x) + Fix(10 * (x - Fix(x))) / 10
"Jerry" <gal...@n-jcenter.com> wrote in message
news:Q03F6.12152$8j.14...@bin1.nnrp.aus1.giganews.com...
will achieve the same thing
Use Fix if -3.451 should be -3.4. Use Int if it should be -3.5
--
Terry Wickenden
To gain access to my EMail remove access
RunCommand Constants www.tkwickenden.clara.net
"James" <nos...@attcanada.net> wrote in message
news:_65F6.21856$TW.1...@tor-nn1.netcom.ca...
Not sure what you mean by slopes but you are aware that the standard scratch
score for a course can change dependent on the scores of the competitors
who have entered the competition. Also I seem to remember that for handicap
purposes scores are actually reduced to a maximum of par + 2 for any hole.
--
Terry Wickenden
To gain access to my EMail remove access
RunCommand Constants www.tkwickenden.clara.net
"Jerry" <gal...@n-jcenter.com> wrote in message
news:Q03F6.12152$8j.14...@bin1.nnrp.aus1.giganews.com...
HTH,
Vincent
Jerry a écrit :
jerry
"Jerry" <gal...@n-jcenter.com> wrote in message
news:eTTE6.260775$3J6.17...@news2.aus1.giganews.com...
Clive
"Vincent Quesnoit"
<vincent....@evidian.earth.sun.milkyway.universe.com.invalid> wrote in
message
news:3AE53AEF...@evidian.earth.sun.milkyway.universe.com.invalid...
"Terry Wickenden" <terence....@accessntlworld.com> wrote in message
news:2r8F6.4329$Tv2.5...@news6-win.server.ntlworld.com...