LRecl Property (Read/Write) |
Top Previous Next |
Sets/gets the record length to be used for the host destination file (HostFileName property) when a new file is created during the execution of a Send method or Run method (with Direction=0 indicator set). It must be a submultiple of block size (BlkSize property), if fixed blocked (RecFm property) file format is specified.
Visual Basic Syntax
IndFile.LRecl [= Integer]
C# Syntax
IndFile.LRecl; [= int]
See also HostFileName property, BlkSize property, RecFm property, Run method, Send method.
|