IS-PARAMETER-SET attribute
- Last Updated: October 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Indicates whether you have already set a particular parameter.
Data type: LOGICAL
Access: Read-only
Applies to: Call object handle
Syntax
|
- parameter-number
- An integer expression indicating the order of the parameter, where 1 represents the first parameter, 2 represents the second parameter, and so on.
If the parameter is set, IS-PARAMETER-SET returns TRUE. Otherwise, it returns FALSE. The default is FALSE.