idlastro / Database Procedures: DB_ENT2EXT

[Source code]

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.
ersion 2.1 W. Landsman August 2010 Fix for multidimensional strings
ersion 2.2 W. Landsman Sep 2011 Work with new DB format