nerdexam
Microsoft

MB7-702 · Question #80

You have created a function in a codeunit. When you set up a parameter you selected VAR. What does that mean?

The correct answer is D. The parameter is passed by reference rather than value. See the full explanation below for the reasoning.

Question

You have created a function in a codeunit. When you set up a parameter you selected VAR. What does that mean?

Options

  • AThe parameter is passed as a variable.
  • BThe parameter is passed as a static copy.
  • CThe parameter is a variable, not a text constant.
  • DThe parameter is passed by reference rather than value.

How the community answered

(52 responses)
  • A
    10% (5)
  • B
    6% (3)
  • C
    2% (1)
  • D
    83% (43)

Community Discussion

No community discussion yet for this question.

Full MB7-702 Practice