Vertaling van "del while" in Engels
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.
Pero esa expresión es parte del cuerpo del while; es el último elemento de la lista que empieza con el símbolo while.
But that expression is part of the body of the while; it is the last element of the list that starts with the symbol while.
Cuando se ejecuta un while select en MSDyn365FO, lo que ocurre en SQL Server es que se ejecuta una consulta por cada vuelta del while.
When a while select is run on MSDyn365FO a select SQL statement is executed on SQL Server for each loop of the while.
Como el nombre del archivo está antes del while, es más fácil la visualización del código.
As the name of the file is before of while is easier to visualize the code.
Si el break sucede, lo que ocurre es que saltamos al codigo después del while.
If the "break" happens, what happens is we jump to the code after the "while."
Al encontrar el intro, se cumple la condición de salida del while y termina la función devolviendo la cadena construida (sin el intro).
When we find the intro character, the exit condition of the while loop statement is met and the function ends, returning the built string without the intro character.
Esta parte del código que pongamos antes del while() solo se va a ejecutar una vez.
The part before the while() executes only once.
El motivo del delay(25) es que a una velocidad tan lenta, enviar un char de 8 bits por la puerta serie, tarda mucho más de lo que tarda Arduino en ejecutar las instrucciones del while y volver a empezar.
The reason to use the instruction delay(25) is that, at such a slow speed, sending a 8 bit character via serial port takes much longer than it takes Arduino to execute the block of statements in the while loop and start again.
Esta expresión no está lejos del while, pero está oculta en otra macro Lisp, una macro unless.
That expression is not far from the while, but is hidden in another Lisp macro, an unless macro.
Redireccionando la entrada del archivo hacia el bloque del while así
Redirecting input from file for the block while so
Además, es posible cometer errores al programar la lógica del while y no darnos cuenta hasta cuando el problema original ya volvió a ocurrir y no obtuvimos la monitorización esperada.
Besides, it is also possible to make mistakes in the while logic and not notice until the next instance of the failure happens and we didn't get the expected system snapshot.
Haga clic derecho en la línea vertical de la regla y seleccione la opción Adicionar While (Add While); la ventana de descripción del While aparecerá para que asigne el nombre al módulo.
Right click on the vertical line of the rule and select the Add While option; the While-Description window will pop up for you to name the module