There seems to be quite a few ways to add a tab to a text file
Have I missed any?VB Code:
ControlChars.Tab Convert.ToChar(Keys.Tab) vbTab \t ChrW(20)
Is there a recommended preference of one over another?
The first one seems most succinct and .NET-like




Reply With Quote