Mathematica digit handling query

From: Tony King (mathstutoring_at_ntlworld.com)
Date: 11/11/04


Date: Thu, 11 Nov 2004 20:52:28 GMT

Does anyone know of any easy way to make mathematica reverse the digits in a
list of numbers. For example, suppose that I used

Table[n^3,{n,1,5}] to generate {1, 8, 27, 64, 125}

Then I need to be able to operate on this list to return

{1,8,72,46,521}

Any pointers would be gratefully accepted

Thanks

Tony