www.lucersoft.com

   
       Home  |   News  |   Downloads  |   Order  |   Contacts

 

 

Main

Home

Site map

Products

LC Backup

LC Copier

HTML Batch Editor

HTML Batch Editor PRO

Tennis 2001

Freeware

Documentation

HTML Batch Editor PRO

LC Basic

Information

Order

Update Policy

Support

Contacts

Links

 
 
 
 

 
 
 
 
 
 
 
 
 

Escape Sequences

 


Character combinations consisting of a backslash (\) followed by a letter or by a combination of digits are called “escape sequences.” To represent a newline character, single quotation mark, or certain other characters in a character constant, you must use escape sequences. An escape sequence is regarded as a single character and is therefore valid as a character constant.

Escape sequences are typically used to specify actions such as carriage returns and tab movements. They are also used to provide literal representations of nonprinting characters and characters that usually have special meanings, such as the double quotation mark ("). A following table lists all escape sequences used by HTML Batch Editor PRO.


 Sequence

Name

\\ Backslash
\a Alert (bell)
\b Backspace
\f Formfeed
\n Newline
\r Carriage return
\t Horizontal tab
\v Vertical tab
\" Double quotation mark
\0 Null character
\000 - \255 ASCII character in decimal notation
\o000 - \o377 ASCII character in octal notation
\x00 - \xFF ASCII character in hex notation

Escape sequences can be disabled or enabled by means of command HBEEnableEsc.

See also:

 

HBEEnableEsc



 
Last updated: November 2, 2003
Copyright © 2002 Lucersoft

Add to favorites

Back