comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: How to extract data from an anonymous strucure into a float array?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: How to extract data from an anonymous strucure into a float array? [message #47893] Fri, 17 March 2006 18:38
comet is currently offline  comet
Messages: 2
Registered: March 2005
Junior Member
It is possible to use dot(.) and field names.
IDL> print, apdata.AP_DATA_INDEX
IDL> print, apdata.L4_AP_300_NM
....
You can access field values with numbers.
IDL> print, apdata.(0)
IDL> print, apdata.(1)
.....
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: How to extract data from an anonymous strucure into a float array?
Next Topic: Scatter plot with xplot3d

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 17:25:07 PDT 2025

Total time taken to generate the page: 0.00514 seconds