fddx_dict - change DDS dictionary access


SYNOPSIS

#include <fdds.h> (fixed-format sources)
#include <f90dds.h> (free-format sources)

integer function fddx_dict(bin_tag, mode)

integer bin_tag
character*(*) mode

DESCRIPTION

"fddx_dict" is provided to change the mode of the buffer dictionary associated with the given bin_tag.

Dictionaries created by fddx_in and fddx_out are not named as the "par:" dictionary is and so fdds_dict is unable to change their mode. fddx_dict enables "scan" and "print" access to these dictionaries through their integer bin_tag.

A return value < 0 indicates an error.

AUTHOR

Jerry Ehlers, BP America (May 2003)