Originally posted by OwlHoot
View Post
- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Maths problem
Collapse
X
-
Does that apply to the unobtainable score of 19 in a cribbage hand, and whatever it is in rugby union? -
oi oi ...EO....comeeeeeeon old chap...tell me that scribbled bit of barely pseudo code is eeeeeeeeeexactly what you're looking for
Tell me what language you're using and I might even see if I can smarten it up appropriately.Comment
-
It's VBAOriginally posted by Olly View Postoi oi ...EO....comeeeeeeon old chap...tell me that scribbled bit of barely pseudo code is eeeeeeeeeexactly what you're looking for
Tell me what language you're using and I might even see if I can smarten it up appropriately.
I got round it by looping through the values and jiggling with the number type.
not quite as good as a dither, but it works
users say they will accept diferent numbers for the same % , so long as the bottom line is correct
public dblRoundmeUpAS double
public lngLastRoundmeUp as long
function RoundmeUp(myVal)
dblRoundmeUp = dblRoundmeUp + myVal
RoundmeUp = CLng(dblRoundmeUp) - lngLastRoundmeUp
lngLastRoundmeUp = dblRoundmeUp
end
I'm sh1t as maths me
(\__/)
(>'.'<)
("")("") Born to Drink. Forced to WorkComment
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers

Comment