[EMAIL PROTECTED] wrote:
>Hello all,
>
>I have another question regarding textfields.     
>Is it possible to limit the number of characters 
>in a textfield?   If so, can you tell me how?

MaxLength([CHARS])
Limits the number of characters that the Textfield accept 
to CHARS, or returns the current limit if no argument is 
given. To remove the limit (eg. set it to the maximum 
allowed which is 32k for a single-line Textfield and 64k 
for a multiline one) set CHARS to 0. 

Example:

    $W->Textfield->MaxLength(12);

__END__
# Aldo Calpini
print sort {$_{$a} cmp $_{$b}} values %{{split undef, 
"xritajbugne fahokem csuctawer jhdtlrnpqloevkshpr"}};




Reply via email to