CFScript to do
Add to list
Examples with "CFScript to do" and their translation in German
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
The following examples show how you can use CFML tags and CFScript to do the same thing.
In den folgenden Beispielen wird dargestellt, wie CFML-Tags und CFScript zur Ausführung derselben Funktionen verwendet werden können.
Other results
You use CFScript to create user-defined functions.
Use CFScript to create a new structure named employee and fill it with the form field data.
Verwendet CFScript, um eine neue Struktur mit der Bezeichnung Mitarbeiter zu erstellen. Geben Sie die Formularfelddaten in der neuen Struktur ein.
The remaining lines are equivalent to the CFScript code in the previous example.
Die verbleibenden Zeilen stimmen mit dem CFScript-Code im vorherigen Beispiel überein.
CFScript provides a compact and efficient way to write ColdFusion logic.
Insgesamt stellt CFScript eine kompakte und effiziente Möglichkeit zum Schreiben von ColdFusion-Logik dar.
You can define UDFs using CFScript or the cffunction tag.
Dabei können Sie diese UDFs mit CFScript oder dem cffunction-Tag definieren.
Although CFScript and JavaScript are similar, they have several key differences.
Obwohl CFScript und JavaScript vergleichbar sind, weisen sie dennoch erhebliche Unterschiede auf.
UDFs that you create in CFScript can only include functions.
In CFScript erstellte UDFs können nur Funktionen sein.
CFScript also provides a set of flow-control statements.
Auch CFScript enthält eine Reihe von Anweisungen für die Ablaufsteuerung.
Also, CFScript assignments are often faster than cfset tags.
For more information, see CFScript functional equivalents to ColdFusion tags.
Weitere Informationen finden Sie unter Funktionelle CFScript-Entsprechungen zu ColdFusion-Tags.
The following code shows exception handling in CFScript .
Der folgende Code stellt die Ausnahmebehandlung in CFScript dar .
No other CFML tags are allowed inside a cfscript region.