View Single Post
  #3  
Old 10-17-2013, 12:09 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
or write your own:

PHP Code:
function TextEditControl.onTextChanged() {
  
temp.valid "1234567890";
  for (
temp.0temp.TextEditControl.text.length(); temp.i++) {
    
temp.TextEditControl.charat(temp.i);
    if (
temp.valid.pos(temp.c) >= 0temp.str @= temp.c;  
  }
  
TextEditControl.text temp.str;

__________________
Quote:
Reply With Quote