Set an attribute
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
This example sets the SESSION handle's NUMERIC-FORMAT attribute
to "european":
|
In contrast to the Get an attribute example, this "Setting an attribute" example:
- Sets the
CALL-TYPEattribute toSET-ATTR-CALL-TYPE - Sets the
NUM-PARAMETERSattribute to 1 - Runs the
SET-PARAMETER( )method to make the first parameter anINPUTparameter of data typeCHARACTERwith the value "european"