I already have some code which will do it, but I'm wondering if there's a DLL or something out there that I can call from VB to avoid the obligatory performance hit (i.e. doing math in VB is slow).
Edit: VB6
Edit 2: my data is coming from MySQL so doing it with SQL would be cool if it were faster than VB (maybe just with less overhead it's the case who knows).
Edit: VB6
Edit 2: my data is coming from MySQL so doing it with SQL would be cool if it were faster than VB (maybe just with less overhead it's the case who knows).