Visara Master Console Center Scripting Guide Manuel d'utilisateur Page 19

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 262
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 18
Chapter 1 Script Overview
Scripting Guide 19
Using the EXEC Command
A script may be executed from within another script with the EXEC
command. The name of the script is stored in a string expression. The
format of the command in a script looks like this:
$RetVal := EXEC(“myscript”,42)
For further information and examples, refer to the description of the
EXEC() command in Chapter 5 Script Commands.
Using the START Command
A script may be executed from within another script for concurrent
processing with the START command. The format of the command in a
script looks like this:
$RetVal := START(“myscript”,42)
For further information and examples, refer to the description of the
START() command in Chapter 5 Script Commands.
Note: If the END command is used or a runtime error occurs in
an executing script, every script in the “lineage chain” that
has called the script will also end. RETURN may be a more
appropriate command than END.
Vue de la page 18
1 2 ... 14 15 16 17 18 19 20 21 22 23 24 ... 261 262

Commentaires sur ces manuels

Pas de commentaire