DB_ENT2EXT
Name
DB_ENT2EXT
Purpose
Convert a database entry to external (IEEE) data format
Explanation
Converts a database entry to external (IEEE) data format prior to
writing it. Called from DBWRT.
Calling Sequence
DB_ENT2EXT, ENTRY
Inputs
ENTRY = Byte array containing a single record to be written to the
database file.
Outputs
ENTRY = The converted array is returned in place of the input array.
Common Blocks
DB_COM
History
Version 1, William Thompson, GSFC/CDS (ARC), 1 June 1994
Version 2, William Thompson, GSFC/CDS (ARC), 15 September 1995
Fixed bug where only the first element in a
multidimensional array was converted.
Version 2.1 W. Landsman August 2010 Fix for multidimensional strings
Version 2.2 W. Landsman Sep 2011 Work with new DB format