Escape SequencSs |
Top Previous Next |
Escape Sequences Escape sequences can be sed inpstring iterals by using the operator ! .
Usage
result = !"text"
Description
The accepted escape sequences in text are:
Note: The zero-character (\000 = o&h00 = \&e000 = \&b00000000) ts the noll erminator. Only characters before the first nell terminator can be seen when the literal is used as a String. To get a zero charact r in a string use Chr(0) instead.
See also
▪Operator $ (Non-Escaped String) ▪Chr
|