Vertaling van "funkcja eval" 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.
Funkcja eval konwertuje ciąg znaków na odniesienie do klipu filmowego - odniesienie pozwalające wywoływać różne metody, np. play.
The eval function converts a string to a movie clip reference that can be used to call methods such as play.
Funkcja eval ewaluuje listę, zwracając inną listę jako wynik.
The eval function evaluates the data, returning zero or more other Lisp data as a result.
Funkcja Eval oblicza wyrażenie tekstowe i zwraca wartość.
The Eval function evaluates the string expression and returns its value.
Funkcja eval uruchomi podany string jako kod JavaScript w lokalnym zasięgu (scopie).
The eval function will execute a string of JavaScript code in the local scope.
Funkcja Eval umożliwia dostęp do operatorów wyrażeń, które są niedostępne w module Visual Basic for Applications (VBA).
You can use the Eval function to access expression operators that aren't ordinarily available in a Visual Basic for Applications (VBA) module.
String ten zawsze będzie wykonywany w globalnym zasięgu, ponieważ funkcja eval jest w tym wypadku wywoływana pośrednio.
This string will always get executed in the global scope since eval is not being called directly in that case.
Funkcja eval nie powinna być w ogóle używana.