All,
I'm trying to make a small app that allows people to enter text in an input box.
I want to avoid that some characters are use (? * \ / ...). I can do this by using the input mask ?????????
I also want to avoid the SPACE to be entered. I did not see an option to do this.
So I tried to use FIND on the string, but for a reason I do not understand the space is always found as the last character, even when it was not entered.
Does anyone have a solution for this? Or, is my observation wrong?
thanks
gert

Reply With Quote
