Programming our table for the number series
So how do we proceed to program this? Before we begin analyzing the code and putting in the codes we want, everything you need to know about C/AL coding in Dynamics NAV 2013 can be found at the following URL:
http://msdn.microsoft.com/en-us/library/dd338764(v=nav.70).aspx
From this link, you will learn constants, variables, operators, functions, keywords, statements, expressions, controls, and all the other things in Dynamics NAV 2013 programming.
Individual pieces of code are nice, but they don't really have much value if they do not fit our purpose. As you are only starting with programming in Dynamics NAV, it may not be beneficial to go into every little detail about Dynamics NAV 2013 programming; that's not our job yet. Our job now is to create an application that addresses a specific business problem, preferably a business problem that can be resolved through copying and pasting from similar functions.
So, back to our original question: How...