La libreria Array fornisce la possibilità di utilizzare lo stesso nome per più valori.
![]() |
Strumento | Argomenti | Risultato | Descrizione |
| ContainsIndex() | array indice |
True/False | L’array … contiene l’indice … ? | |
| ContainsValue() | array valore |
True/False | L’array … contiene il valore … ? | |
| GetAllIndices() | array | array | Restituisce tutti gli indici dell’array … in un array. | |
| GetItemCount() | array | numero | Restituisce il numero di elementi dell’array … | |
| GetValue() | ||||
| IsArray() | array | True/False | Restituisce se la variabile … è un array. | |
| RemoveValue() | ||||
| SetValue() |
L’help manca delle voci
- GetValue()
- RemoveValue()
- SetValue
