it not currently possible in the box itself but you can do it in event looping...
code:
while $form.visible
if 3<len($textbox.text)
$textbox.text=left($textbox.text,3)
endif
$=execute($form.doevents())
loop

_________________________
!

download KiXnet