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

Home » Public Forums » archive » printing an array from pointers
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: printing an array from pointers [message #48183 is a reply to message #48125] Wed, 29 March 2006 08:14 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Paul Van Delst writes:

> Note: all the above typed off top of head, so no guarantees. Test. Especially the
> concatenate stuff. I can never remember how many groups of [[][]]'s to use for multi-D arrays.

One more for every dimension you are trying to concatenate:

As rows: t = [a, b] ; extra = 0
As cols: t = [ [a], [b] ] ; extra = 1
As frames: t = [ [[a]], [[b]] ] ; extra = 2
etc. ; extra = etc


Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: IDLgrPalette woes
Next Topic: IDLgrPalette woes

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

Current Time: Sun Oct 12 13:47:19 PDT 2025

Total time taken to generate the page: 2.31898 seconds