Procedures Previous topic Chapter index Next topic

SEM_VALIDA_ASISTENTE

 

Input Parameters

Parameter

Type

Description

ITEM

INTEGER

 

 

Output Parameters

(There are no output parameters)

 

Description

(There is no description for procedure SEM_VALIDA_ASISTENTE)

 

Definition

CREATE PROCEDURE SEM_VALIDA_ASISTENTE(
    ITEM INTEGER)
AS
begin
  /* R.5.0.17 */
  exit;
end

 

     Previous topic Chapter index Next topic