I've searched the web over and not found anything I can understand or implement. So, what I am looking for is a way to factor a number into its separate parts, like so:

60 = 2 x 2 x 3 x 5

I understand the process, but coding it gives me fits. Yes, I looked in the code banks here too.

Anyone?