When I debug my application and look at the value of a txtbox and there's nothing in there it says:

txtbox.text = ""


but when I fire through the app a second time and there still is nothing in the txtbox, it says:


txtbox.text = " "

I do have the maxlength = 5....is there a way to keep the value "" , if nothing is placed in the txtbox?