kindly help me search a string for 'TAB' (ASCII 9) in a string.
for example string s = "123 abc". as you can see there is space between 123 and abc, and that space is created by the tab button.
how do i search for this tab button? s.find(??????)
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: Tab asciiThreaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |