Question: Need help desperately...

Hello everybody,I am a newby and I need some help here quite desperately: We have a number, for example: 632096185 Is there a way in maple to make a list of numbers like that: [632,96,185] that is, cutting our number in the 3-digit numbers: 632,096,185 and putting them in a list? I want to have a list of integers and NOT strings.["632","096","185"] won't do (except if there is a way to turn strings into numbers like this "123"->123). Another question: I need to make a routine where the input is a list.Is there a way to make a procedure proc(L) where L is a list?! If not, any similar way? Thanks guys,
Please Wait...