Programming with Reflection

image\rwnprg32.gif FieldSeparator property

 

Syntax

object.FieldSeparator
object.FieldSeparator = Value

Works with

image\r1.gif

Data type

String

 

Description

When Reflection is transmitting in block, page, or format mode, it sends a field separator character after each field in a formatted screen except the last one. This property returns (first syntax line) or specifies (second syntax line) which ASCII character is to be used as the field separator.

Values

The default value is the unit separator character, represented as Chr$(rcUS).

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property