Page

D.7.0- String constants

Created by Brendan Doss.
Last Updated by Brendan Doss.  

PublicCategorized as Appendix D.

Not yet tagged
<< D.6.0- Unsupported String functions, statements and constructsAppendixDD.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

String with the value of 0

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 constructsAppendixDD.8.0- Conversion Functions >>

Copyright © 2003 by Wiley Publishing, Inc.

Powered by Near-TimeTerms of Services | Privacy Policy | Security Policy |