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

Home » Public Forums » archive » Re: Fun Writing Books
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: Fun Writing Books [message #46744 is a reply to message #46739] Thu, 08 December 2005 21:27 Go to previous message
m_schellens is currently offline  m_schellens
Messages: 31
Registered: February 2005
Member
Yes, some quiet improvements.
The structures nowadays (at least till 6.0) only need the same
patterns, even the tag names can differ
(the one of the first struct are taken):
IDL> s={n:'s',i:1}
IDL> t={t:'',ii:2}
IDL> help,/STRUCT,[s,t]
** Structure <92b911c>, 2 tags, length=16, data length=14, refs=2:
N STRING 's'
I INT 1
IDL> help,/STRUCT,[t,s]
** Structure <92b9224>, 2 tags, length=16, data length=14, refs=2:
T STRING ''
II INT 2

Ah, did I mention that GDL behaves the same way :-)
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Polygon Clipping Algo in IDL
Next Topic: Re: Recursive Function Program in IDL

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

Current Time: Sat Oct 11 15:41:29 PDT 2025

Total time taken to generate the page: 1.35874 seconds