Codeunit 230: global variable and parameter called LastGenJnlLine

Hi all,

In codeunit 230 GenJnlManagement, there is a global variable called LastGenJnlLine, and in the function CalcBalance, there is also a parameter called LastGenJnlLine.

How does that work? In the scope of the CalcBalance function, does the name LastGenJnlLine refer to the global variable or the local parameter?

BR Emerik

Best Answers

Answers

Sign In or Register to comment.