Parameters or arguments. Parameter is the better term, but argument is fine.
2007-01-20 16:00:33
·
answer #1
·
answered by Anonymous
·
0⤊
0⤋
They are called parameters.
When a program calls a procedure or function, it can pass data to the procedure or function for processing. However, when you create a procedure or function that performs operations on data that passes to it from the calling program, the procedure or function must contain parameters in its definition to handle the data.
I might add that if the receiving module is not a part of the application that is doing the call, then you must Declare or reference the receiving module in the calling application, and of course pass it as a value if you expect no changes to your value. If you are trying to get something back from the receiving module , such as a new value, then you need to pass the variable as a reference.
2007-01-20 21:08:23
·
answer #2
·
answered by Anonymous
·
1⤊
0⤋
Simply speaking, a variable passed to a server application is called an arguement.
2007-01-20 20:52:42
·
answer #3
·
answered by fishbowlstudios 1
·
1⤊
0⤋
Parameter or say Argument
Kiss
2007-01-21 09:31:10
·
answer #4
·
answered by Maximux 3
·
0⤊
0⤋
Export or exporting
2007-01-20 20:51:57
·
answer #5
·
answered by John W 3
·
0⤊
1⤋