Is the Mask Array Property of a Textbox clever enough to deal with exponentiation? If I were to use Mask(TextBox1) = "0.0E00", would the Textbox always display any number in the form 5.1E13 independent of what the user typed or what value was assigned at run time?
Apologies for dumb question (I suggest that you start a New Section titled "Qwerkey's Dumb Questions" - you might have to negotiate a larger block on your server), I always struggled with formatting, and the word "literal" in the Wiki has confused me.
Oops! I think that this might be an even more dumb question than I first thought. The thing in a Textbox is a string, not a number.
An anonymous dumb coder.