For an array MyArray whose elements are of the Integer type, CLEAR VARIABLE(MyArray) has the same effect as one of the following expressions
Pour un tableau LeTableau dont les éléments sont de type Entier, EFFACER VARIABLE(LeTableau) équivaut à l'une des expressions suivantes
So, of course, the second ones can be a little bit slowlier in execution (but not always, for instance PocketStudio runs just as fast using the integer type or the longint type).
La conséquence évidente est que les seconds peuvent être un peu plus lents à l'exécution (mais pas toujours, par exemple PocketStudio tourne aussi vite avec le type integer qu'avec le type longint).
The Integer type should be your first choice when handling integer numbers.
Le type Integer devrait être votre premier choix lors de la manipulation des nombres entiers.
For mathematical computation or generic code, your best bet is to stick with the standard integral representation for the specific platform - that is, use the Integer type - because this is what the CPU likes best.
Pour les calculs mathématiques ou pour du code générique il vaut mieux se baser sur la représentation standard pour la plate-forme spécifique - c'est -à - dire utiliser le type Integer - parce que le CPU le préfère.
The procedure to serialize the integer type of data is discussed below.
La procédure pour sérialiser le type entier de données est décrite ci-dessous.
Strings containing valid integers will be cast to the integer type.
Les chaînes de caractères contenant un entier valide seront modifiées en un type entier.
If you specify a number beyond the bounds of the integer type, it will be interpreted as a float instead.
Also, an operation which results in a number beyond the bounds of the integer type will return a float instead.
De la même façon, une opération qui résulte en un nombre supérieur au nombre maximal d'un entier, retournera un nombre décimal.
The two different representations of the Integer type are not a problem, as long as your program doesn't make any assumptions about the size of integers.
Les deux représentations différentes du type Integer ne posent pas de problème aussi longtemps que votre programme ne fait pas de suppositions à propos de la taille des entiers.
The values in the range set shall be described by the Integer type.
Les valeurs comprises dans le domaine de définition ("range set") doivent être décrites par le type "Integer".
The columns type is defined according to the type of the data entered into the second row, i.e. if the integer value is written in the second row that column will be of the integer type.
Le type de colonnes est défini selon le type de données saisies dans la deuxième rangée, c'est à dire si la valeur entière est écrite dans la deuxième rangée de cette colonne sera de type integer.
Byte, is a subrank of the Integer type, 0 to 255
Strings containing valid decimal integers, unless the number is preceded by a + sign, will be cast to the integer type.
Les chaînes de caractères contenant un entier valide, sauf si le nombre est précédé d'un signe + seront modifiées en un type entier.