Top
PowerBSORT V7.0 User's Guide
FUJITSU Software

5.3.12 FieldDelimiter property

This property sets the field separation character in the text file floating field specification.

Syntax

object.FieldDelimiter = string

object

This specifies object expressions that define references to objects.

string

This specifies the field separation characters.

Description

Note

  • As for the field number of floating field, the heading field is 0.

  • When the specification of field separation characters is omitted, the heading blank or tab in the record is included in the heading field. When any blanks or tabs in other than heading of the record are successive, the first blank is a field separation character and the rest of the blanks are part of the field.

  • It is considered that the null field exists between 2 separators when field separation characters are specified and the field separation character exists successively. The field separation character is not included in the field.

Example

  1. Example when field separation character is specified by character string

    A blank

    ' '

    A backslash (\)

    '\\'

    Blank and quotation mark (')

    ' \''

  2. Example when field separation character is specified by hexadecimal number

    Specification of tab

    x09