Local variables and other data elements of methods
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Local variables and other data elements defined within a method do not have an access mode and are always scoped to, and only accessible from within, the method where they are defined. Thus, they are only available during execution of the defining method.