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.
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"