I am trying to remember what code you would use to select how many characters you want out of a textbox. An example would be: I have a text box with the following in it, "141# UP". What could I use to select just the first three characters and toss them into a variable. Then select the remaining characters minus the # sign and the space and toss that into a variable. I can't remember the code for that. Thanks in advance for the help.