Hi,
Can anyone give me an idea whether is there any tools available to do the progress code review and to find out if any parameter (order) passed incorrectly to a procedure procedure in the calling palce.
Example:
Procedure ipsample:
DEFINE INPUT PARAMETER ch1 AS CHAR NO-UNDO.
DEFINE INPUT PARAMETER in1 AS INT NO-UNDO.
/**/
End Procedure.
But the procedure calls by passing the parameter in the reverse order RUN ipsample(INT,CHAR).
Thanks in advance.
Can anyone give me an idea whether is there any tools available to do the progress code review and to find out if any parameter (order) passed incorrectly to a procedure procedure in the calling palce.
Example:
Procedure ipsample:
DEFINE INPUT PARAMETER ch1 AS CHAR NO-UNDO.
DEFINE INPUT PARAMETER in1 AS INT NO-UNDO.
/**/
End Procedure.
But the procedure calls by passing the parameter in the reverse order RUN ipsample(INT,CHAR).
Thanks in advance.