Sub Routines
Sub Routines
R = N1 + N2.
ENDFORM.
Using and Changing can be used interchangeably and with each other also. Same output.
----
ENDFORM.
OR
ENDFORM.
ENDFORM.
USING with USING VALUE() – behaves as pass by value. i.e changed value is not sent back.
GENERAL SYNTAX: