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

Home » Public Forums » archive » structure access using strings for tag-names
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: structure access using strings for tag-names [message #43478 is a reply to message #43427] Wed, 13 April 2005 02:29 Go to previous message
R.Bauer is currently offline  R.Bauer
Messages: 1424
Registered: November 1998
Senior Member
Thomas Pfaff wrote:
> Hello everyone,
>
> I would like to ask your opinion about the following.
>
> Using the function CREATE_STRUCT it is possible to create a struct with
> tag names defined by strings. This way it is possible to create structs
> without knowing their names at compile time.
>
> However even if I don't have to know the tag names when creating a
> struct, it seems that I still have to know them, when I want to acccess
> the data within that struct, because I couldn't find any procedure or
> function for this purpose and struct.'tag_name' quite naturally gives a
> syntax error.
>
> Any ideas why this isn't implemented, or why it isn't necessary to have
> it (would be nice to set up simple associative containers, wouldn't it)?
>
> Best regards,
>
>
> Thomas


You could use the routine tag_position from our library.

test=create_struct('A',1,'B',2)
print, test.(tag_position(test,'A'))


http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_source/idl _html/dbase/tag_position_dbase.pro.html

cheers
Reimar

--
Reimar Bauer

Institut fuer Stratosphaerische Chemie (ICG-I)
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
------------------------------------------------------------ -------
a IDL library at ForschungsZentrum Juelich
http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro. html
============================================================ =======
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: dereferencing a pointer to a complex structure?
Next Topic: problem with xroi continued....

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

Current Time: Sat Oct 11 10:38:11 PDT 2025

Total time taken to generate the page: 0.48129 seconds