> Raru wrote: >> >> Hi list, >> I need to validate user input on filed or text member, I don't want to >> restrict the input character length limit but my problem is leading space or >> space on field or text member for equals comparion. (I don't want to use >> contains comparision) > > Consider using offset() and check that it isn't void You also have the ability to adjust anything that the user inputs before making the comparison (such as stripping out the spaces). -Kurt [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]) Lingo-L is for learning and helping with programming Lingo. Thanks!]
