Get the r-code CRC
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
To read the r-code CRC from an r-code file, first set
the FILE-NAME attribute of the RCODE-INFO handle
to the pathname of your r-code file. Then read the value of the CRC-VALUE attribute,
as shown:
|
Note: The
RCODE-INFO handle cannot
read the r-code CRC from a session compile. For source (.p)
procedures, the CRC-VALUE attribute returns the Unknown value (?).