Avaya Writing Technician Interface Scripts Manual de usuario Pagina 41

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 122
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 40
Command Reference
114089 Rev. A 2-7
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.
The
export command has the following syntax:
export
<variable_name>
or
export
<variable_name> <variable_name>
. . .
For example:
setenv A “string”
let B = 1
export A B
Vista de pagina 40
1 2 ... 36 37 38 39 40 41 42 43 44 45 46 ... 121 122

Comentarios a estos manuales

Sin comentarios