Shared-variable access
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Shared-variable access
The following table lists HLC library functions that access ABL shared variables. Each function operates on variables with a specific ABL data type.
| Function | Description |
|---|---|
prordc( ) |
Reads the value of a shared CHARACTER variable |
prordd( ) |
Reads the value of a shared DATE variable |
prordi( ) |
Reads the value of a shared INTEGER variable |
prordl( ) |
Reads the value of a shared LOGICAL variable |
prordn( ) |
Reads the value of a shared DECIMAL variable |
prordr( ) |
Reads the value of a shared RECID variable |
prowtc( ) |
Writes a value to a shared CHARACTER variable |
prowtd( ) |
Writes a value to a shared DATE variable |
prowti( ) |
Writes a value to a shared INTEGER variable |
prowtl( ) |
Writes a value to a shared LOGICAL variable |
prowtn( ) |
Writes a value to a shared DECIMAL variable |
prowtr( ) |
Writes a value to a shared RECID variable |