[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Sand 1, D-72076 Tübingen, Germany
[Uni logo]


DBPUT Source code in dbput.pro

DBPUT

Name
       DBPUT
Purpose
       Procedure to place a new value for a specified item into
       a data base file entry.
Calling Sequence
       dbput, item, val, entry
Input Parameters
       item - item name or number
       val - item value(s)
Parameters
       entry - entry (byte array) or scalar entry number.
               if entry is a scalar entry number then the data
               base file will be updated.  Otherwise the change
               will be only made to the entry array which must
               be written latter using DBWRT.
Note
       If entry is a scalar entry number or the input file name
       is supplied, the entry in the data base will be updated
       instead of a supplied entry variable.  In this case, !priv
       must be greater than 1.
Example
       IDL> dbput,'WAVELEN',1215.6,entry
Procedures Used
       DB_ITEM, DBRD, DBXPUT, DBWRT
Revision History
       version 2  D. Lindler  Feb 1988 (new db formats)
       modified to convert blanks into zeros correctly D. Neill Jan 1991
       Converted to IDL V5.0   W. Landsman   September 1997
       V5.2 version support unsigned, 64bit integers W. Landsman  Sep. 2001

Last modified by pro2html on 2003 February 04 at 04:36 UTC

[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]

Jörn Wilms (wilms@astro.uni-tuebingen.de)
Updated automatically