Friends,
I need your help. How to make the program very simple below work:
EXPORT TVariables (A, B, C, D, E, F, G, H, I, J, K, L, M, N)
BEGIN
RETURN A + B + C + D + E + F + G + H + I + J + K + L + M + N;
END;
In the edition of the program does not give error, the message is: !No erros in the program.
When I go to run it, it pops up the error message: XTVariables: Invalid imput .
If I remove 4 variables, the program works.
Have as you send me the correct syntax for this program works and I take for base for others?
Thanks
David