Programming with Reflection
IBMSendNullSuppress property
Syntax |
object.IBMSendNullSuppress |
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) whether trailing nulls are sent to the host during IBM 3151 terminal sessions (TerminalType = rcIBM3151). This property is only relevant in block mode.
When this property is True, trailing nulls are sent to the host. When it is False, trailing nulls are converted to spaces before being sent to the host.
The default value is True.