PreviousNextIndex

CALL Statement

Transfers control to a dispatch routine (PRODSP) that then calls a C function. You write the C function using ABL Host Language Call (HLC) interface.

ABL HLC consists of a collection of C functions that:

Using HLC, you can extend ABL with your own C functions.

Syntax

CALL routine-identifier [ argument ] ... 

routine-identifier
argument
See also

RUN statement


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex