[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Sand 1, D-72076 Tübingen, Germany
New Address!   --   Neue Adresse!
[Uni logo]


N_bytes() Source code in n_bytes.pro

N_bytes()

Name
       N_bytes()
Purpose
       To return the total number of bytes in data element
Calling Sequence
       result = N_bytes(a)
Input Parameters
       a - any idl data element, scalar or array
Output Parameters
       total number of bytes in a is returned as the function value
       (longword scalar)
Note
       (1) Not valid for object or pointer data types
       (2) For a string array, the number of bytes is computed after conversion
           with the BYTE() function, i.e. each element has the same length,
           equal to the maximum individual string length.
Revision History
       Version 1  By D. Lindler  Oct. 1986
       Include new IDL data types    W. Landsman          June 2001

Last modified by pro2html on 2001 December 17 at 04:43 UTC

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

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