(C3095) Callback procedures that are used/defined incorrectly
Procedures are used as callbacks, whose first parameter is either not of type string or of mode Input.An activityACT_1
has a callback binding to a subroutine defined as a procedure:
●
X
- A string output parameter
●
Y
- An integer output parameterThe error is generated because the first parameter,X1
, should be an input string.