BackSpace Key help
Posted: Mon May 25, 2009 9:57 pm
Hi.
Can anyone tell me how to put one "Backspace" into a Text fiield, or, delete the last character entered in a text field? I have tried:
put backspaceKey into fld "Text" but the entire Field is deleted. I cannot use the "delete char" function as the character number is always changing.
Thanks for any help.
Cheers
Bidge
EDIT: Ahh....I've managed to figure it out
delete last char of field "Text"
Can anyone tell me how to put one "Backspace" into a Text fiield, or, delete the last character entered in a text field? I have tried:
put backspaceKey into fld "Text" but the entire Field is deleted. I cannot use the "delete char" function as the character number is always changing.
Thanks for any help.
Cheers
Bidge
EDIT: Ahh....I've managed to figure it out

delete last char of field "Text"