Add NC macro from an archive
C call:
C CALL PVB400 (IRET)
C
C The following variables must be defined beforehand:
C
C XRVADD : X-coordinate of the insertion point
C YRVADD : Y-coordinate of the insertion point
C WRVADD : Insertion angle
C IARADD : Archive number of the NC macro
C NAMADD : Name of the NC macro
C IRET : is not evaluated, but must be specified
C
C NOTE: The text variable NAMADD must be declared in the program header!
C CHARACTER *80 NAMADD
C
C Example:
C ------------------------------
C Add NC macro from archive
C ------------------------------
XRVADD = 500.0
YRVADD = 250.0
WRVADD = 0.0
IARADD = 92
NAMADD = 'AUSSCHNITT'
CALL PVB400(IRET)