Jan 25, 2012

Three rules when declaring variables in X++?


  1.  Declare all variables before anything else in the code
  2.  Use a ';' (semicolon) after each declaration.
  3.  Use a ';' (semicolon) to separate the declarations from the rest of
the code.

No comments: