Consultor Eletrônico



Kbase P3014: Is it possible to use extent / array in a INPUT PARAMETER or variable?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

GOAL:

Is it possible to use extent / array in a INPUT PARAMETER or variable?

FIX:

You cannot pass and extent / array as a parameter.

In stead of the statement: DEFINE INPUT PARAMETER var-name AS CHARACTER.
Use: DEFINE INPUT PARAMETER var-name AS CHARACTER extent 10.

If you try to use extent in a parameter you will get error:
** <program> Could not understand line <number>. (198)