IsArray returns True if the variable is an array; otherwise, it returns False. IsArray is especially useful with variants containing arrays.
Wenn die Variable ein Array ist, gibt IsArray den Wert Wahr zurück, andernfalls gibt es Falsch zurück. IsArray ist besonders mit Variant -Variablen hilfreich, die Arrays enthalten.
This variable is an array containing the products.
When the value of the variable is an array, the += operator appends the values on the right side of the operator to the array.
Wenn der Wert der Variablen ein Array ist, fügt der Operator += die Werte rechts vom Operator an das Array angefügt.
If a variable is an array, and if every element of the array which is referenced has a value then array (yi, complete, dim1, dim2,...) rather than
Haben alle Elemente des Arrays einen Wert sollte das Array mit der Option complete deklariert werden, zum Beispiel array(a, complete, dim1, dim2,...).
To ensure the command creates an array, use the array subexpression operator, , as shown in the following example: $LocalProcesses = (get-process co*) Even if the command returns a single process, the $LocalProcesses variable is an array.
Um sicherzustellen, dass mit dem Befehl ein Array erstellt wird, verwenden Sie den Arrayteilausdruckoperator ( ), wie im folgenden Beispiel veranschaulicht: $LocalProcesses = (get-process co*) Selbst wenn vom Befehl ein einziger Prozess zurückgegeben wird, ist die $LocalProcesses-Variable ein Array.
Even if the command returns a single process, the $LocalProcesses variable is an array.
Les exemples vous aident à traduire le mot ou l’expression cherchés dans des contextes variés. Ils ne sont ni sélectionnés ni validés par nous et peuvent contenir des mots ou des idées inappropriés. Signalez des exemples à modifier ou à retirer. Les traductions potentiellement sensibles, inappropriées ou familières sont généralement marquées de rouge ou d’orange.