Entry points > Module Supervisor > Standard script AIMP1 

END

the entry point END is used to link the printing several reports using the GPE and ETAT variables.

Context and operating mode

The following tables are on line :

Table

Significant content

Table description

AREPORT [ARP]

No

Report dictionary

Only the AREPORT table containing the report in the process of being printed is significant.

 

Example of usage

 

####################################################################
## Example of usage of the entry point of the AIMP1 process
####################################################################
$ACTION
ACTION case
 When "FIN" : Gosub FIN
Endcase
Return

$FIN
If [F:ARP]RPTCOD="ETAT1"                               : # After ETAT1 follows ETAT2
 GPE = 1
 ETAT = "ETAT2"
Endif
Return