Subj : Re: Reversing a number To : comp.programming From : Gerry Quinn Date : Sun Sep 11 2005 12:24 pm In article <4323ae19.7955343@news.individual.net>, alfps@start.no says... > * deanfamily11: > > I need to write a function that takes an integer as a parameter and then > > returns it reversed (i.e. input: 45678, returned: 87654). Convert it to a string, reverse the string, convert it to a number. - Gerry Quinn .