|
Encoding Strings using Escape Characters: Basic Example
| Version Compatibility: |
Visual Basic 5 Visual Basic 6
|
More information: This example encodes the following as:
- vbCr to "\c"
- vbLf to "\l"
- "\" to "\\"
This code has been viewed 86821 times. Instructions: Copy the declarations and code below and paste directly into your VB project. Declarations:
No Text Boxes
|