
  FUNCTION [INLINE] nlp$cl_active_connections: nlt$cl_reference_number;

?? PUSH (LISTEXT := ON) ??
*copy nlh$cl_active_connections

    nlp$cl_active_connections := nlv$cl_active_connections;

  FUNCEND nlp$cl_active_connections;
*copyc nlt$cl_reference_number
*copyc nlv$cl_active_connections
?? POP ??
