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

Home » Public Forums » archive » Arrays: strange feature ?!
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: Arrays: strange feature ?! [message #19975 is a reply to message #19877] Wed, 03 May 2000 00:00 Go to previous messageGo to previous message
Alex Schuster is currently offline  Alex Schuster
Messages: 124
Registered: February 1997
Senior Member
Nicolas Decoster wrote:

> In fact I stopped on this because I want to create an array of images
> using something like that: [image1, image2, image3]. What is the way to
> do this without creating a new temporary variable array? Or is there a
> way to create easily a list of anything.

You can create the array like this:

image = [ [image1], [image2], [image3] ]

Or:

image = REFORM( [ image1, image2, image3 ], N_ELEMENTS( image1 ), 3 )

Alex
--
Alex Schuster Wonko@weird.cologne.de PGP Key available
alex@pet.mpin-koeln.mpg.de
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: 5.3: IDLgrVolume,CUTPLANES=
Next Topic: POLY_FIT gives wrong answer !

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

Current Time: Fri Oct 10 10:00:55 PDT 2025

Total time taken to generate the page: 0.47755 seconds