|
|
|
|
|
|
Categoría: Declaring variables |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Las variables se pueden declarar en cualquier parte del código. |
|
|
|
|
|
|
Un "alias de tipo" es una redefinición de un tipo existente. |
|
|
|
|
|
|
Un array es un tipo estructurado que permite agrupar una serie de elementos del mismo tipo... |
|
|
|
|
|
|
An associative array is an "advanced" type of array... |
|
|
|
|
|
|
The Automation keyword is used to declare an automation object... |
|
|
|
|
|
|
Una combinación es un conjunto de opciones. |
|
|
|
|
|
|
A composite variable contains different types of elements (members)... |
|
|
|
|
|
|
The constants are language elements whose value is fixed once and for all... |
|
|
|
|
|
|
El tipo "consulta SQL" se utiliza para escribir una consulta SQL en el código WLanguage. |
|
|
|
|
|
|
A variable is defined by name and type... |
|
|
|
|
|
|
Un array dinámico es un tipo "avanzado" de array... |
|
|
|
|
|
|
A dynamic automation object is an automation object allocated upon request, during the program execution... |
|
|
|
|
|
|
A structure can be allocated dynamically... |
|
|
|
|
|
|
Una enumeración es un conjunto de valores.... |
|
|
|
|
|
|
Un array fijo es un tipo "avanzado" de array... |
|
|
|
|
|
|
Two types of variables are available... |
|
|
|
|
|
|
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes. |
|
|
|
|
|
|
A structure is a custom type of data... |
|
|
|
|
|
|
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|