I could probably do this myself but I'm feeling lazy so does anyone want to code this algorithm for me?

I have two byte arrays and I want to implement long division, storing the result in a third byte array. Each element of the array contains a single digit (0-9).

Unfortunately the arrays are of variable size, so the length of each is held in a Long variable.

This probably involes carrying etc and I don't feel up to it right now. Post if you can think of a quick solution/shortcuts or complete solution.