SIZE
Nom de la fonction | Description | Utilisation | Paramètre d'entrée | Valeur renvoyée |
---|---|---|---|---|
SIZE |
Compte les éléments d'un tableau. | SIZE() |
N/A | Nombre total d'éléments d'un tableau. |
Exemples de données : $var1$ = {"Hello", "Apigee", "Integrations"}
Utilisation : $var1$.SIZE()
Résultat : 3
Exemples de données : $var1$ = {5,8,2,1,7}
Utilisation : $var1$.SIZE()
Résultat : 5