PreviousNextIndex

GET-SIGNATURE( ) method

Returns the signature of the internal procedure or user-defined function whose name you supply. Specifically:

Return type: CHARACTER

Applies to: Procedure object handle

Syntax
GET-SIGNATURE ( int-proc-name ) 

int-proc-name

GET-SIGNATURE returns a string with the following format:

type , return-type , [ mode name p-type [ , mode name p-type ] ... ] 

type
return-type

mode name p-type


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex