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

Home » Public Forums » archive » Structure of Structure
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
Structure of Structure [message #11375] Fri, 20 March 1998 00:00
Stephan Oerder is currently offline  Stephan Oerder
Messages: 4
Registered: March 1998
Junior Member
I have a problem :
IDL/WAVE informs me that my big structure have too many tags !!!
So I decided to to devide the big structure into two smaller ones...
I try to create a structure of a structure :

fr_1 = { STRUCT_1_NAME, $
Test_1:bytarr(12), $
Test_2:bytarr(12), $
Test_3:bytarr(12) $
}

fr_2 = { STRUCT_2_NAME, $
Test_a:bytarr(12), $
Test_b:bytarr(12), $
Test_c:bytarr(12) $
}

fr = { STRUCT_NAME, $
struct_var_2 : {STRUCT_1_NAME}, $
struct_var_2 : {STRUCT_2_NAME}, $
}

This is not working !!!!
How can I create a structure of a structure ???
Stephan
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: IDL and Solaris 2.5.1 x86 ->
Next Topic: Structure of Structure

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

Current Time: Wed Oct 08 15:55:32 PDT 2025

Total time taken to generate the page: 0.00496 seconds