how do i clear a textbox when a user presses the esc key.
currently i have
if e.keycode=keys.escape then
txtuser.text =""
end if
on the keydown event but nothing is happening
currently i have
if e.keycode=keys.escape then
txtuser.text =""
end if
on the keydown event but nothing is happening