Vertaling van "IntVar" 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.
After this expression has been evaluated, IntVar will be equal to 5.
When this expression is executed, your interactive presentation adds 2 + 4 and puts the result into IntVar.
Bei der Ausführung dieses Ausdrucks addiert Ihre interaktive Präsentation 2 + 4 und setzt das Ergebnis in IntVar ein.
In the previous example, we could have used the following simple expression to store the number 6 into the variable IntVar
Im vorangegangenen Beispiel hätten wir folgenden einfachen Ausdruck verwenden können, um die Zahl 6 in die Variable IntVar einzusetzen
For example, let's say you have an integer variable named IntVar that contains the number 6.
Nehmen wir an, Sie haben eine Ganzzahlvariable IntVar, die die Zahl 6 enthält.
When this expression is executed (or "evaluated"), the interactive presentation will find the value stored in the variable named "IntVar" (6) and put that value in the box named "Box1."
Wenn dieser Ausdruck ausgeführt (oder „evaluiert") wird, findet die interaktive Präsentation den in der Variablen „IntVar" gespeicherten Wert (6) und setzt diesen Wert in den Rahmen „Box1" ein.
In this expression, the value of the variable IntVar is passed to the function Append.
In diesem Ausdruck wird der Wert der Variablen IntVar an die Funktion Append übergeben.
Here, the Text Box object named "Box1" is the object into which we want the Append function to place the value represented by IntVar.
intvar = NEXT VALUE FOR SequenceName; Currently the new syntax does not support an increment other than 1.
Derzeit unterstützt die neue Syntax ausschließlich ein Inkrement von 1. Diese Einschränkung wird in einer zukünftigen Version aufgehoben.
IntVar = 6 This expression tells an interactive presentation to store the value after the equals sign into the variable named "IntVar."
IntVar = 6 Dieser Ausdruck weist eine interaktive Präsentation an, den Wert nach dem Gleichheitszeichen in die Variable „IntVar" einzusetzen.