Avaya Writing Technician Interface Scripts Manual de usuario Pagina 106

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 122
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 105
Writing Technician Interface Scripts
A-28 114089 Rev. A
################################################################
#
# Sample screen (samples parameters twice, prints deltas)
#
################################################################
:FI_SAMP:
let period = 10
if $# < 3 then; goto :FI_Samp1:
#
# check for circuit to match without period given
#
setenv cmd “$3”
let j = strindex(“circuit”, cmd)
if $j != 1 then; goto :FI_ITSPERIOD:
let len = strlen(cmd)
if $len < 3 then; goto :FI_HELP_SHOW:
if $# != 4 then; goto :FI_HELP_SHOW:
setenv matchcct “$4”
goto :FI_Samp1:
:FI_ITSPERIOD:
setenv period “$3”
#
# Check “period” parameter for invalid characters, 0 value
#
if “$ver” < “x7.80” then; goto :FI_SAMP_CKVAL:
setenv teststr “ABCDEFGHIJKLMNOPQRSTUVWXYZ”
let invalch = strpbrk(“$3”, “$teststr”)
if $invalch != 0 then ; goto :FI_SAMP_HELP:
setenv teststr “abcdefghijklmnopqrstuvwxyz”
let invalch = strpbrk(“$3”, “$teststr”)
if $invalch != 0 then ; goto :FI_SAMP_HELP:
setenv teststr “!@#%^&*()_-=+\|`~[{]}';:/?,<>”
let invalch = strpbrk(“$3”, “$teststr”)
if $invalch != 0 then ; goto :FI_SAMP_HELP:
Vista de pagina 105
1 2 ... 101 102 103 104 105 106 107 108 109 110 111 ... 121 122

Comentarios a estos manuales

Sin comentarios