Determines whether null characters are transferred from the port to the receive buffer.
Syntax
object.NullDiscard [ = value ]
The NullDiscard property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
value | An boolean expression specifying whether null characters are transferred from the port to the receive buffer, as described in Settings |
Settings
The settings for value are:
Setting | Description |
True | Null characters are not transferred from the port to the receive buffer. |
False | (Default) Null characters are transferred from the port to the receive buffer. |
Remarks
A null character is defined as ASCII character 0, Chr$(0)
.
Data Type
Boolean