| << D.6.0- Unsupported String functions, statements and constructs | AppendixD | D.8.0- Conversion Functions >> |
String constants
| Constant | Value | Description |
| vbCr | Chr(13) | Carriage Return.
|
| vbCrLf | Chr(13) & Chr(10) | A combination of Carriage Return and linefeed.
|
| vbFormFeed | Chr(12) | Form Feed*
|
| vbLf | Chr(10) | Line Feed
|
| vbNewLine | Chr(13) & Chr(10) or Chr(10) | New line character. This is platform-specific, meaning whatever is appropriate for the current platform.
|
| vbNullChar | Chr(0) | Character with the value of 0.
|
| vbNullString | This is not the same as a zero-length string (""). Mainly used for calling external procedures.
| |
| vbTab | Chr(9) | Tab (horizontal)
|
| vbVerticalTab | Chr(11) | Tab (vertical)*
|
*= Not useful in Microsoft Windows.
| << D.6.0- Unsupported String functions, statements and constructs | AppendixD | D.8.0- Conversion Functions >> |

RSS
