RecFmt Property (Read/Write)

Top  Previous  Next

Sets/gets the record format of the host HostFileName file.

 

Visual Basic Syntax

 

IndFile.RecFmt [= Integer]

 

C# Syntax

 

IndFile.RecFmt; [= int]

 

Possible values for this property are:

 

Value

Meaning

rDefault

Default file format

rFixed

Fixed file format

rVariable

Variable file format

rUndefined

Undefined file format

 

See also TxRecordFmt constant, BlkSize property, HostFileName property, PrimSpace property, Run method, SecSpace property, Send method, Units property.