I want the "end result" of a user entering text but the TextEvent fires after each character is entered....is there a way to get it to wait until after the last character is entered? the main problem is that it's always one character behind, so if I've entered:

"Jason"

my last entry reflects:

"Jaso"

obviously that's not what I want!

is there a different property or method that will give me what I want? please advise, thx!