[PD] separate digits object

2007-07-03 Thread glerm soares
I'm looking for some object that could separate the digits of a number like for example [123/ | | [separate_object] | | | | | | [1/[2/ [3/ as separeted floats... what's the better solution solution to that? thanks glerm

Re: [PD] separate digits object

2007-07-03 Thread Claude Heiland-Allen
glerm soares wrote: I'm looking for some object that could separate the digits of a number like for example [123/ | | [separate_object] | | | | | | [1/[2/ [3/ as separeted floats... what's the better solution solution to that? [div 10] and [mod