Denso Power Net Terminal BHT-7500 Especificaciones Pagina 201

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 560
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 200
Chapter 14. Statement Reference
192
Syntax:
CHAIN "[drivename:]programfilename"
Parameter:
"[drivename:]programfilename"
A string expression.
Description:
CHAIN transfers control to a program specified by "[drivename:]program-
filename
". That is, it terminates the current running program (1st program) and
closes all of the files being opened. Then, it initializes environments for the chained-
to user program (2nd program) specified by "
[drivename:]programfile-
name
" and executes it.
For the BHT-5000/BHT-6000/BHT-6500/BHT-7000/BHT-7500, the drivename
may be A: or B:. If the drivename is omitted, the default A: applies.
"[drivename:]programfilename" is an executable object program
compiled by the Compiler and has the extension .PD3, as shown below. The
extension .PD3 cannot be omitted.
CHAIN "prog1.PD3"
You should download an executable object program (2nd program) to the BHT
before the CHAIN statement is executed.
You can pass variables from the current program to the chained-to program (2nd
program) with the
COMMON statement.
User-defined fonts loaded by the APLOAD or KPLOAD statement and the setting
values assigned by the
KEY statement or COUNTRY$ function remain effective in
chained-to programs.
The
ON ERROR GOTO statement cannot trap errors (while showing the error code
07h which means "Insufficient memory space") happened during initialization of
environments for chained-to programs.
Flow control statement
CHAIN
Transfers control to another program.
Vista de pagina 200
1 2 ... 196 197 198 199 200 201 202 203 204 205 206 ... 559 560

Comentarios a estos manuales

Sin comentarios