|
This online help file is for EFT Server version 6.2.x. For other versions of EFT Server, please refer to http://help.globalscape.com/help/index.html. (If the Index and Contents are hidden, click Show Contents pane in the top left corner of this topic.) |
An arbitrary length string value. Some useful string constants are predefined:
vbNullChar - same as Chr(0)
vbCrLf - same as Chr(13) & Chr(10)
vbCr - same as Chr(13)
vbLf - same as Chr(10)
vbBack - same as Chr(8)
vbFormFeed - same as Chr(12)
vbTab - same as Chr(9)
vbVerticalTab - same as Chr(11)