11-30-2006 07:38 PM - edited 11-30-2006 07:38 PM
Message Edited by C. Minnella on 11-30-2006 08:40 PM
11-30-2006 07:57 PM
12-01-2006 12:12 AM
12-01-2006 01:34 AM - edited 12-01-2006 01:34 AM
Message Edited by altenbach on 11-30-2006 11:34 PM
12-01-2006 01:41 AM
Hi Christian - alive and kicking again?
I just can double the statement about the way of appending arrays of the same type to each other.
I'll wait until LV9.0 with the upgrade of my systems... 😉
Thomas
12-04-2006 12:25 PM - edited 12-04-2006 12:25 PM
Message Edited by Simon H on 12-04-2006 12:26 PM
12-04-2006 12:52 PM
12-05-2006 11:53 AM
Joe,
You seem to have two options. You can either use the index on the insert into Array function (this clears up the problem). If you simply want to append the array, you can find the size of the first array and use the size as the index. You can also use the build array to concatenate. Both of these methods will work around the problem.
I hope this helps.
Steven T.
12-08-2006 11:23 PM