[Gambas-user] Array Concatenation
Benoît Minisini
gambas at ...1...
Sat Feb 21 12:14:30 CET 2009
> Hey guys,
>
> First of all I wanna say you guys ROCK :)
Thanks. :-)
>
> Thank you for making this wonderful program
> and keep up the great work :)
>
> My question is:
>
> Is there a way to concatenate 2 arrays without using a for loop?
> Perhaps there is an undocumented mechanism like
>
> tmpArr += Array.copy()
>
> or some workaround to that?
>
> Thanks for the time you took to read this email
>
> Sincerely,
> Dimitrios Anogiatis
'tmpArr.Insert(Array)' will do the job.
Regards,
--
Benoît
More information about the User
mailing list