Visara Master Console Center Scripting Guide Instrukcja Użytkownika Strona 102

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 262
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 101
Chapter 5 Script Commands
Scripting Guide 102
$ScriptName := “script1”
ELSE
$ScriptName := “script2”
ENDIF
%ReturnValue := EXEC( $ScriptName, $Parm1, %Parm2)
Depending on the value of %Status, either script1 or script2 is executed.
Example:
$ScriptName := “myscript” //script name to execute
//in this example, ‘myscript’ requires two numerical
//arguments
%ReturnValue := EXEC( $ScriptName, %Parm1, %Parm2)
See Also:
START
Przeglądanie stron 101
1 2 ... 97 98 99 100 101 102 103 104 105 106 107 ... 261 262

Komentarze do niniejszej Instrukcji

Brak uwag