William,
The pleasure is all mine.
Also, good catch! And, you are correct, that you must use USING
if you specify the argument list when calling a function
with CALL DWORD. This is so the compiler has a reference to the
appropriate DECLARE so it will know the types, amounts, etc. of arguments
that the function uses.
------------------
The pleasure is all mine.

Also, good catch! And, you are correct, that you must use USING
if you specify the argument list when calling a function
with CALL DWORD. This is so the compiler has a reference to the
appropriate DECLARE so it will know the types, amounts, etc. of arguments
that the function uses.
------------------
Comment