EAGLE Help

Data Types


A User Language Program can define variables of different types, representing the different kinds of information available in the EAGLE data structures.

The four basic data types are

char for single characters
int for integral values
real for floating point values
string for textual information

Besides these basic data types there are also high level Object Types, which represent the data structures stored in the EAGLE data files.

The special data type void is used only as a return type of a function, indicating that this function does not return any value.


Index Copyright © 2005 CadSoft Computer GmbH