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

Home » Public Forums » archive » concatenating arrays, stored by a pointer array
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
concatenating arrays, stored by a pointer array [message #69505] Mon, 18 January 2010 09:38
simona bellavista is currently offline  simona bellavista
Messages: 56
Registered: December 2009
Member
Hi,
I have a generic number of arrays (N) that have been stored in a
pointer array(p):

*p[0] -> [array0]
*p[1] -> [array1]
...
*p[i] -> [arrayi]
...
*p[N-1] -> [arrayN-1]

each array has a different size, that's why I have used pointers. I
would like to concatenate these arrays without using for-cycles.
Naively I would say

big_array=[*p[*]]

but it doesn't work.

Any hint?
Many thanks,
simona
[Message index]
 
Read Message
Previous Topic: rois_to_csv.pro
Next Topic: Re: concatenating arrays, stored by a pointer array

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

Current Time: Wed Oct 08 19:50:45 PDT 2025

Total time taken to generate the page: 0.00457 seconds