Vertaling van "a sub-script" in Nederlands
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.
Calls this script as a sub-script
If a sub-script doesn't return a result, then the contents of the script result will either be empty or the value of any previous sub-script result.
Als een subscript geen resultaat geeft, is de inhoud van het scriptresultaat leeg of de waarde van het resultaat van een eerder subscript.
Description Returns a value only when called from a script activated by a script trigger or from a sub-script called from the triggered script; otherwise returns an empty string.
Geeft alleen een waarde als resultaat wanneer de functie wordt aangeroepen vanuit een script dat is geactiveerd door een scriptactivering of vanuit een subscript dat is aangeroepen vanaf het geactiveerde script; anders wordt een lege tekenreeks als resultaat gegeven.
Execute all script steps in the current script and, if the script is a sub-script, return to the line after the Perform Script step in the calling script.
Alle scriptstappen in het huidige script uitvoeren en, als het script een subscript is, terugkeren naar de regel na de scriptstap Script uitvoeren in het aanroepscript.
To control the value of a sub-script result, use the Exit Script script step in the sub-script and specify a result.
Om de waarde van het resultaat van een subscript te controleren, gebruikt u de Script afsluiten scriptstap in het subscript en geeft u een resultaat op.
Description If Exit Script is used in a sub-script, returns to the main script with or without an optional script result.
Beschrijving Als 'Script afsluiten' wordt gebruikt in een subscript, wordt er naar het hoofdscript teruggegaan, met of zonder een optioneel scriptresultaat.
Changing the parameters passed to a sub-script does not modify the value of the parameters returned from Get(ScriptParameter) in the parent script.
Wanneer u wijzigingen aanbrengt in parameters die aan een subscript zijn doorgegeven, wijzigt u hiermee niet de waarde van de parameters die in het basisscript als resultaat van de functie Get (ScriptParameter) worden verkregen.
When Set Error Capture is used in a script that contains a sub-script, errors from the sub-script are captured as well.
Wanneer Foutafvanging instellen wordt gebruikt in een script dat een subscript bevat, worden ook fouten in het subscript afgevangen.
Perform a script that calls a sub-script.
If the script is not a sub-script, the Step Out command will cause the Script Debugger to execute all remaining script and sub-script steps until it encounters a breakpoint.
Als het script geen subscript is, zorgt de opdracht 'Stap uit' ervoor dat de Script Debugger alle resterende script- en subscriptstappen uitvoert tot een onderbrekingspunt wordt gevonden.