![]() 662 PARAMETER MISMATCH FOR THE GLOBAL FUNCTION - name |
![]() Virtual Machine |
![]() |
662 PARAMETER MISMATCH FOR THE GLOBAL FUNCTION - name
Cause: There is a mismatch between the called Global Function and its caller. For SIZE mismatch this error is NOT displayed. PROIV automatically converts the size. This error can happen in the following cases:
· There is a TYPE mismatch (for example, the caller defines a variable as alpha and the Global Function defines it as numeric).
· One of the variables is defined as an ARRAY and the other is not.
Action: Correct the code.
Topic ID: 710409