BENTER

PURPOSE:
An ENTER point to another Enitity.

Currently there is only 1 BENTER in use. It is used by a "console mode program" such as $__BEDIT to receive control when the main entity (#128) goes to console mode.
STATEMENT SYNTAX:
105 BENTER ENT,EI$,NV,CN,KSA![ALL],NAM$,ADD$,UN1,UN2,US1$,US2$,ERR=6000

where:
ENT is the entity going into console mode.(normally 128) EI$ is an error struct for use with the GETEMESS command. NV=9 CN=200 a STOP or END caused caller to enter console mode CN=201 a error has occurred CN=202 a console mode statement ended normally KSA![ALL] - ENT's executing program (the program in the workspace) NAM$ - the name of the program ADD$ - Current Line Number (and sub line) UN1 - if CN=201 indicates the type of error/escape UN2 - not used UN1$ - not used UN2$ - notused
SEE: BEXIT ENTITY