Re: How do I type a tab in a string?
Re: How do I type a tab in a string?
- Subject: Re: How do I type a tab in a string?
- From: Janek Priimann <email@hidden>
- Date: Wed, 25 Dec 2002 00:42:23 +0200
sorry about my last post. It doesn't show that in OS X, but does in Linux, so I am just gonna copy the text:
\" double quote
\0NNN character with octal value NNN (0 to 3 digits)
\\ backslash
\a alert (BEL)
\b backspace
\c produce no further output
\f form feed
\n new line
\r carriage return
\t horizontal tab
\v vertical tab
\xNNN byte with hexadecimal value NNN (1 to 3 digits)
\uNNNN character with hexadecimal value NNNN (4 digits)
-----------------------------------------
Hot Mobiil - helinad, logod ja piltsunumid!
http://portal.hot.ee
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.