21.02.2010, 11:31 
	
	
	
		How do that when you enter text it not show you numbers. it show * not the char.
	
	
	
	
for(new i = 0;i<strlen(text);i++){
if(text[i] >= '0' && text[i] <= '9')text[i] = '*';}
	| 
 
					Originally Posted by BlackFoX_UD_  
You mean like a masked Textbox ? i think it isnt possible  
![]()  |