21-07-2007, 03:27 PM
Len() is a function, like in any other language, it return the value, so yes, it can be used as a variable, no need to store. And for the back space, you'll need to make an If statement and remove the last letter. Use Mid and Len functions together, if you don't know this function, google it ^^