I want to be able to erase any accidental spaces at the end of a form entry.

Only way I know would be to do get the char. count, grab the character at the last position. Check if it is a space and delete (replace).

Is there a quicker way?

Thanks

RR

    Write a Reply...