Procedure DLON(table:Logical_table_typ; Log_nam: Packed array [lo..hi:Integer] of char; ); EXTERNAL; {*USER* Pascal-3 procedure to delete a logical name. Table specifies the logical name table containing the name (include the file LogNam.Typ). The modifiers "terminal" and "privileged" are NOT provided. Use "SPAWN DFL" if required. Log_nam is defined as a conformant string parameter. .note If the logical name string is of zero length, then ALL logical names in the specified table will be deleted! .end note Directive Status is available in $DSW on return. }