Variable Name Conventions

Variable Name Rules:

Variable names cannot have a space or any of the special characters in the name.  However, an underscore character "_" are allowed.

 

Use variables names that make sense to you when you create them or change them.  When a variable name is changed, it will need to be change every place where it is used in script sections where it is used.  Variable names that are descriptive will improve the understanding of why they are created and applied.  Descriptive names also help to reduce the mystery of a statement's purpose.  For example, if you want the variable to hold the current day-of-month value (dayInMonth), that name reflects the variables purpose.  Better understanding of a variable's purpose is a key factor in preventing and reduce mistakes.  

 

Trading Blox Builder Common naming convention:

Use a Lower-Case letter as the first character in a name for Object Property variables.  

Uses an Upper-Case first letter for functions.

Created with Help & Manual 7 and styled with Premium Pack Version 2.80 © by EC Software