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 
Return to the default flat view 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)
.....
[Message index]
 
Read Message
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: Fri Oct 10 14:17:44 PDT 2025

Total time taken to generate the page: 0.72409 seconds