
  FUNCTION [INLINE] bai$dynamic_label
    (    file_instance: ^bat$task_file_entry): ^bat$dynamic_label_attributes;

?? PUSH (LISTEXT := ON) ??

{ The purpose of this request is to return a pointer to the
{ dynamic label for the current instance of open of the file.

    bai$dynamic_label := ^file_instance^.instance_attributes.dynamic_label;

  FUNCEND bai$dynamic_label;

*copyc bat$task_file_table
?? POP ??
