
  FUNCTION [INLINE] nlp$timer_count
    (    timer: nlt$timer): nlt$timer_count;

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

    IF timer.selected THEN
      nlp$timer_count := timer.count;
    ELSE
      nlp$timer_count := 0;
    IFEND;
  FUNCEND nlp$timer_count;

*copyc nlt$timer
?? POP ??
