Verifying the number of bytes actually read
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
You can verify the number of bytes actually read by
the READ( ) method. The number of bytes
read by the last READ( ) method invoked
on a socket object is equal to the value of the BYTES-READ attribute
invoked on the same socket object.