Podczas wysyłania danych zawierających pozycję typu Array jest konieczne do takiej pozycji umieścić wektor, który nie posiada standardowej postaci.
When sending the data containing the item of the Array type it is necessary to save a vector, that is not in the standard form, into this item.
Kopiuje lub konwertuje dowolną listę (jak childnodes), na obiekt typu Array, przez co umożliwia szybszy dostęp do poszczególnych elementów tablicy.
Copies or converts any list (e.g. childnodes), into the object of Array type, thereby allowing faster access to the individual elements of the array.
Array: Driver bezpośrednio nie wspiera odczyt/zapis tablicy poprzez jedną zmienną (np. typu Array).
Array: The driver itself does not directly support reading/writing of arrays in a single variable (e.g. of the Array type).
Wczytanie zawartości pliku binarnego do zmiennej typu Array (do tablicy wartości). Syntaktyka
Reading the content of the binary file into the variable of the Array type (into the array of values).
Wytworzenie tablicy wartości (typu Array) z wybranych pozycji danych obiektu. Syntaktyka
Creating an array of values (of the Array type) from selected data items of the object.
Header - Zmienna typu Array (tablica 2-wymiarowa), w której znajduje się opis kolumn archiwum.
Header - Variable of the Array type (2-dimensional array) containing the archive columns description.
Metoda zwraca zawsze 1-wymiarową tablicę typu PmArray, tzn. dla języka VBScript nie zwróci tablicę typu Array.
The method returns always 1-dimensional array of the PmArray type, i.e. for the VBScript language, it does not return array of the Array type.
Przykład: Jeżeli w wartości wejściowej typu Array występują trzy wartości typu Byte, na przykład 1A 00 B8 (w układzie szesnastkowym), wtedy wyjściem będzie String o zawartości 6 znaków "1A00B8".
Example: If the input value of the Array type contains three values of the Byte type, for example 1A 00 B8 (hexadecimaly), then the output would be a String containing six "1A00B8" characters.
Podczas odbioru danych zawierających pozycję typu Array system PROMOTIC uformuje taką pozycję do standardowej postaci (tablicę danych Integer uformuje na tablicę wartości Variant typu Integer).
When receiving data containing item of the Array type, the PROMOTIC system modifies this item into the standard form (e.g. the Integer values array is transformed into the Variant values array of the Integer type).
(Variant) Zmienna typu Array, do której mają zostać wczytane dane binarne.
(Variant) Variable of the Array type into which binary data are read.
(Variant) Zmienna typu Array, której pozycje mają zostać zapisane.
(Variant) Variable of the Array type whose items are stored.
Obiekt arguments nie jest typu Array.
Literały tablicowe są także obiektami typu Array.
Array literals are also Array objects.