Consultor Eletrônico



Kbase P145166: How to tell functions from procedures in ADM2
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/22/2009
Status: Unverified

GOAL:

How to tell functions from procedures in ADM2

GOAL:

Is this ADM2 method a procedure or a function?

FACT(s) (Environment):

All Supported Operating Systems
Progress 9.x
OpenEdge 10.x

FIX:

Procedures and functions associated with ADM objects are referred to as "methods" of those objects in the ADM Reference. In the documentation pages for those methods, a function can be identified by a line of the form:
Returns: <data type>
The documentation for a procedure will not contain such a line. Documentation pages may also refer to particular methods as a "procedure" or a "function" within the text.