cancel
Showing results for 
Search instead for 
Did you mean: 

insert elements into array

tbd
Active Participant
Active Participant

Re: insert elements into array

Yup, I see (now) Smiley Tongue

"Inside every large program is a small program struggling to get out." (attributed to Tony Hoare)
Highlighted
altenbach
Knight of NI

Re: insert elements into array

Message contains an image Message contains an attachment
I usually don't post any code without testing with real data. Smiley Wink 
 
Here's another simple version. Often performance is not a problem and keeping the code simple makes it easy to debug and prevents accidental mistakes.
 

Message Edited by altenbach on 03-25-2007 01:37 AM

MariaIre
Member

Re: insert elements into array

Thanks very much.....I think I got a little confused as to what I really needed to do. It all seems so simple now. Thanks for the help and info.