www.kxcad.net Home > Electronic Index > Altium(Protel) Index
The Delphi Script language used in writing scripts in DXP is not case sensitive, i.e. all keywords, statements, variable names, function and procedure names can be written without regard to using capital or lower case letters. Both upper and lower case characters are considered equivalent. For example, the variable name myVar is equivalent to myvar and MYVAR. Delphi Script treats all of these names as the same variable.
The only exception to this is in literal strings, such as the title string of a dialog definition, or the value of a string variable. These strings retain case differences.
See also