Da wunderte ich mich, warum dieses Modul meines Gadgets nicht unter Windows7 RC funktioniert und musste feststellen, daß dort nicht nur die VBScript Funktion des CreateObject deaktiviert ist, sondern jetzt auch das JavaScript Pendant, welches zumindest in Vista funktioniert.
There I was surprised why this module of my Gadget won't function under Windows7 RC and had to state that not only the VBScript function of the CreateObject, but now also the counterpart in Javascript, which works at least in Vista, is deactivated.
Die Parameterübergabe an die VBScript Funktion erfolgt als Wertübergabe von Strings, ebenso wird der Funktionswert der VBScript Funktion bei der Rückkehr als String in die GuiXT-Variable gestellt.
All parameters are passed to the VBScript function as string values, and the return value is stored as a string value in the specified script variable.
Other results
Nutzen Sie die VBScript Funktionen direkt, ohne den Windows Scripting Host aufzurufen.
In einem GuiXT Script oder InputScript rufen Sie die VBScript-Funktion über das Schlüsselwort "CallVBS" auf.
Use the "CallVBS" keyword in your GuiXT Script or InputScript to call your VBS function.
Am besten die VBScript Funktionen in einem speziellen VBScript Editor schreiben und dort die Syntax überprüfen, in dem man die Datei testweise ausführt.
If you write your VBScript functions in a special VBScript editor such as VbsEdit (recommendable for complex functions), you can run the script there to have its syntax checked.
Damit können Sie eine Referenzübergabe einer Variablen dadurch realisieren, dass Sie statt eines Wertes den Namen der Variablen an die VBScript-Funktion übergeben und dort mit guixt.get() und guixt.set() darauf zugreifen.
This allows you to implement a kind of parameter passing by reference: simply pass the name of the GuiXT script variable instead of its value, and use guixt.get() and guixt.set() to access the variable using its name.
Tragen Sie in jede Zeile die Bezeichnung einer VBScript-Funktion ein.
To solve this puzzle, simply fill in each row with the name of a VBScript function.
Der nachfolgende Code zeigt eine VBScript Funktion die einen Stringwert der aktuellen Uhrzeit zurückgibt.
The code below shows a VBScript function that returns a string representation of the current time.
GetObject ist eine VBScript-Funktion, die Verweise auf skriptfähige COM-Objekte zurückgibt.
Diese Dateien können Jscript-und VBScript-Funktionen verwenden und sie können auch XML-Elemente enthalten.
These files can use JScript and VBScript functions and it can also include XML elements.
Sie können mit einer "Stop" Anweisung in der VBScript Funktion den Debugger aktivieren.
You can invoke the debugger with a "Stop" command in a VBScript function.
Potentially sensitive or inappropriate content
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.