Property: Block for FixedWidthChannelFormatter
- Updated2024-09-12
- 1 minute(s) read
DataPlugin > Properties > Property: Block for FixedWidthChannelFormatter
Property: Block for FixedWidthChannelFormatter
Contains the parent object for a FixedWidthChannelFormatter object.
Set oFixedWidthBlock = Object.Block
| Object | FixedWidthChannelFormatter Object with this property |
| oFixedWidthBlock | FixedWidthBlock Returned object |
If the channel is associated with a FixedWidthBlock type, the following example changes the number of characters read from the text file per channel value:
If oMyChn.Formatter.Block.IsKindOf(eFixedWidthBlock) Then oMyChn.Formatter.CharacterCount = 4 End If