Avaya Writing Technician Interface Scripts Bedienungsanleitung Seite 38

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 116
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 37
Writing Technician Interface Scripts
2-8
308660-14.00 Rev 00
export
The
export
command allows you to move one or more local variables to the
global environment variable table. (When you first define a variable, it is stored in
the local environment variable table.) Global variables can be accessed from other
script files. You cannot move global variables to the local environment variable
table.
Syntax
The
export
command has the following syntax:
export
<variable_name>
or
export
<variable_name> <variable_name>
. . .
Example
For example:
setenv A “string”
let B = 1
export A B
Seitenansicht 37
1 2 ... 33 34 35 36 37 38 39 40 41 42 43 ... 115 116

Kommentare zu diesen Handbüchern

Keine Kommentare