On May 30, 2006, at 3:27 PM, Brian Heibert wrote:

I got the code to go to the end of the text in the edit field.

How can you have code go anywhere (in a string)?

Now how do I delete the last character typed without having the user press delete?

If the last character typed happens to be at the end of the EditField.text string, then:

EditField.Text = Left(EditField.Text,len(EditField.Text)-1)

This won't adjust the insertion point (SelStart) though.

Terry

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to