PDA

View Full Version : hard code maxChars [MX]



waffe
January 31st, 2003, 10:54 PM
Small question, how do you set the max Characters of a textbox
with AS. I have tried this with know luck

firstName.maxChars=15;

Bill

senocular
January 31st, 2003, 11:14 PM
maxChars set like that with AS only effects user input. No user can input more than that many characters, however AS itself can alter the text to be more than what maxChars is set at.