good luck.... (sorry, couldn't resist)
I guess you could write a function that parses this number and creates text
out of it.....
I am thinking about using the "left" function with an integer variable as
its argument. First you would need to get the number of digits of the
original number...there are several ways to do this programatically.
You'd have to create several string variables and do a little concactenation
of the string variables in creating the final "pass back" value.
It could be done---painful though.
May I ask why you need this?