Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Coding puzzle 2
Message
From
04/06/2002 14:32:07
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00664570
Message ID:
00664655
Views:
37
>Ok, that 'puzzle' from Hilmar was far too easy (took me 10 seconds, ok .. 30).
>
>Here's a nice contest. Who can write the shortest function (using native vfp functions/commands) that returns a person's age. Input is the birthday and the current date. The winner will get 3 points from me!
>

Here is Jim Booth's contribution, from Re: Reliably getting age from DOB and DATE() Thread #586710 Message #586842, where tdb is birthday, and tdd is current date:
? floor(INT((VAL(DTOS(tdd))-VAL(DTOS(tdb))))/10000)
Steve Gibson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform