Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting a special character 1

Status
Not open for further replies.

phzero

Programmer
Feb 14, 2002
86
ZA
Hi All,

I'm trying to get the position of the tab character in a string. How do you specify the TAB character in a statement like this: TabPos = InStr(SearchString, "\t"). I know that this is the syntax for the tab character in C++, but how is it done in VB. Any help will be appreciated. Thanks a stack.
 
Hi CCLINT,

It worked. Thanks very much for the code you gave me. Please accept the Star that I have given you. Have a good day.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top