nextupprevious
Next:MAX maximum value of Up:FUNCTIONSPrevious:TFREE time that the

ENTR number of entries in a list

Syntax:
    ENTR(<list name>);
Returns the value (INTEGER) of the number of entries in the list (EL or IL) indicated in <list name>.

Example:

    IF ENTR(EL_Theater) > 120 THEN BLOCK(Th_Arrival);

domingo c

Mon Mar 20 17:39:21 PST 2000