View Single Post
  #9  
Old 10-30-2007, 09:54 PM
jukofyork jukofyork is offline
Senior Member
 
Join Date: Sep 2004
Location: Leeds, UK.
Posts: 2,551
Default Re: Random picking of hands from a database

[ QUOTE ]
[ QUOTE ]

As sorry, I didn't realize you wanted to re-sample.

I think figuring this out in excel will end up such a pain that just writing a small program which takes a text/csv file as input and outputs another text/csv file with the re-sampled data might be easiest.


[/ QUOTE ]

No, my bad, I didn't explain it well.

What computer language would you recommend for writing such a program for someone who would have to learn the language?

p.s. I'll look at the Excel suggestion some more too.

[/ QUOTE ]
In C/C++ it's about 30-50 lines of code and maybe 20-30 mins work at most. You might even be able to write it quite easily in an AHK script?

Give the excel method a try that I posted and if you can't get that to work I'll write you a small program to do what you want using ".csv" files tommorow...

Juk [img]/images/graemlins/smile.gif[/img]
Reply With Quote