EasyManuals Logo

AMX NetLinx Studio User Manual

AMX NetLinx Studio
230 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #209 background imageLoading...
Page #209 background image
Setting Program Preferences
197
NetLinx Studio - Instruction Manual
Setting Program Preferences
Overview
Select Settings > Preferences to open the Preferences dialog, where you can set various application-level preferences.
Preferences dialog - Axcess Compiler tab
Use the options in the Axcess Compiler Options tab of the Preferences dialog to set default preferences for the Axcess
compiler (FIG. 284).
FIG. 284 Preferences dialog - Axcess Compiler tab
Axcess Compiler options
Warnings
Integer on non-arrays This warning appears when the keyword INTEGER is applied to a non-array type of variable.
Doing this is not an error, because non-array variables are already integers, but it is redundant.
Assignment of unlike
types
This warning occurs when a variable or value of one type is assigned to a variable of a different
type.
Examples:
• Assigning a string literal, string expression, or array to a non-array variable.
• Assigning a non-array variable to an entire array.
• Assigning an integer array to a non-integer array.
• Assigning a two-dimensional array to a 1-dimensional array, or vice versa.
• Assigning the result of a function that returns an array type to a non-array variable or to a
two-dimensional array variable (for example, X = ITOA(12), where X is a non-array variable
or two-dimensional array variable).
• Assigning the result of a function that returns a non-array type to a 1- or 2-dimensional array
variable (for example, X = ATOI('AMX'), where X is a 1- or 2-dimensional array variable).
This message is a warning and not an error, because X = ITOA(12) works correctly when X
is a simple variable, since the result is a single value between Ø and 65,535.
Variable not used This warning occurs at the end of compilation for each variable that was declared but never
used.

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the AMX NetLinx Studio and is the answer not in the manual?

AMX NetLinx Studio Specifications

General IconGeneral
BrandAMX
ModelNetLinx Studio
CategorySoftware
LanguageEnglish

Related product manuals