Hi mate I had a quick look through the documentation and it doesn't mention length as a property, maybe you could try something like string length using the edittext textchanged event
edittext1.text = string
if string.length = "3" then
edittext1.enabled = false
else
next if
or something like that maybe, hope it helps.
cheers Waz