| Author |
Message |
jimboh
Joined: 29 Jan 2007 Posts: 17 Location: Melbourne Australia
|
Posted: Tue Apr 01, 2008 11:51 am Post subject: SQLDataCompare API examples - Composite Formatting ? |
|
|
Can someone explain the purpose and meaning of the \t used in the formating used in the examples (like Console.WriteLine("{0}\t{1}\t{2}\t{3}",field.Field(false).Name, value1.ToString(),row.FieldDifferent(i)?"<>":"==", value2.ToString())
I just cant find any .net help doco to explain this ... |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6344 Location: Red Gate Software
|
Posted: Tue Apr 01, 2008 12:52 pm Post subject: |
|
|
Hi,
\t is a standard escape character which will 'print' a TAB to the console. There is information on the Internet about these if you search for 'C Escape Characters', for instance, this web page. _________________ Brian Donahue
Technical Support
Red Gate Software Ltd.
44 (0)870 160 0037 ext 8521
US and CAN 1-866-RED GATE ext 8521 |
|
| Back to top |
|
 |
jimboh
Joined: 29 Jan 2007 Posts: 17 Location: Melbourne Australia
|
Posted: Tue Apr 01, 2008 1:03 pm Post subject: |
|
|
very helpful link ...
thanks
Jimbo |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group