Vertaling van "ubound" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Use the UBound function to find the upper limit of an array dimension.
Verwenden Sie die UBound-Funktion, um die obere Grenze einer Arraydimension zu finden.
UBound returns the following values for an array with these dimensions
UBound gibt die folgenden Werte für ein Array mit diesen Dimensionen zurück
Ubound(ar) gives the index for this last element.
Ubound(ar) gibt die Nummer für das letzte Element an.
The UBound function finds the upper bound of the array, and then each element is displayed in a message box.
Die UBound -Funktion sucht die obere Grenze des Arrays, und die einzelnen Elemente werden in einem Meldungsfeld angezeigt.
The UBound() function returns an array's current size, as an integer value indicating how many elements can currently be stored in the array.
Die UBound() -Funktion gibt die aktuelle Größe eines Felds als Ganzzahl zurück, die angibt, wie viele Elemente momentan im Feld gespeichert werden können.
The actual filename can then be read out using ar(Ubound(ar)) and transferred to the field as a string.
Daher kann der Dateiname über ar(Ubound(ar)) direkt ausgelesen und anschließend als String an das Feld übergeben werden.
The UBound() function returns an integer value indicating the current size (or "upper bound") of an array variable.
Die UBound() -Funktion gibt eine Ganzzahl zurück, die die aktuelle Größe (oder „Upper Bound" = oberer Grenzwert) einer Feldvariablen angibt.
Note the use of the Lbound and Ubound functions to determine the array bounds from the chart.
Beachten Sie die Verwendung der Funktionen Lbound und Ubound , um die Arraygrenzen aus dem Diagramm zu bestimmen.
The LBound function is used with the UBound function to determine the size of an array.
Die LBound-Funktion wird mit der UBound-Funktion verwendet, um die Größe eines Arrays zu bestimmen.
The LBound function is used with the UBound function to determine the size of an array.
Die LBound -Funktion kann in Kombination mit der UBound -Funktion verwendet werden, um die Größe eines Arrays zu ermitteln.
To calculate the total number of Region objects created, use the UBound and LBound VBA functions, as in the following example
Um die Gesamtzahl der erstellten Region-Objekte zu berechnen, verwenden Sie die VBA-Funktionen UBound und LBound , wie im folgenden Beispiel gezeigt
You have entered a function that cannot be used in this expression. The functions DoEvents, LBound, UBound, Spc, and Tab are not available in expressions.
Sie haben eine Funktion eingegeben, die in diesem Ausdruck nicht verwendet werden kann. Die Funktionen DoEvents , LBound , UBound , Spc und Tab stehen in Ausdrücken nicht zur Verfügung.
You can use the Visual Basic for Applications UBound function to determine how many rows GetRows actually retrieved, because the array is sized to fit the number of returned rows.
Sie können mithilfe der Visual Basic für Applikationen-Funktion UBound feststellen, wie viele Zeilen durch GetRows abgerufen wurden, denn die Größe des Arrays entspricht der Anzahl zurückgegebener Zeilen.