Difference between revisions of "Character escape codes"
From Zenitel Wiki
Line 17: | Line 17: | ||
| align=center| ; || align=center|%; || align=center|%e || 3B || || Semicolon | | align=center| ; || align=center|%; || align=center|%e || 3B || || Semicolon | ||
|- | |- | ||
− | | align=center| | + | | align=center| TAB || align=center|%t || || 09 || || ASCII TAB (Horisontal tab) |
|- | |- | ||
| align=center| SP || align=center|%s || || 20 || || Space | | align=center| SP || align=center|%s || || 20 || || Space |
Revision as of 21:08, 31 March 2008
Char | Code | Alt. code | Hex | Abbr | Description |
---|---|---|---|---|---|
, | %, | %c | 2C | Comma | |
( | %( | %o | 28 | Opening parenthese | |
) | %) | %p | 29 | Closing parenthese | |
" | %" | %d | 22 | Double quote | |
; | %; | %e | 3B | Semicolon | |
TAB | %t | 09 | ASCII TAB (Horisontal tab) | ||
SP | %s | 20 | Space | ||
%q | to quote next character in string (if not parameter or end of string) | ||||
" | %d | %" | 22 | Double quote | |
" | %d | %" | 22 | Double quote |