07-28-2005 05:59 AM
07-28-2005 06:32 AM
Hi Clement,
I think your misunderstanding comes from the fact that it is not possible to add elements to an array using replace array subset. Your array (multicolumn listbox) is only 45 lines long so when you try to replace the 45th element it is just impossible because it does not exist. Try using build array or insert into array.
Hope this helps,
Julien
07-28-2005 07:04 AM
But I have other programs that use the very same function in the same fashion. And they worked. It is possible to put the values past 45th line in my other tests,
Clement
07-28-2005 07:04 AM
Hi,
Do not forget that if you use build array, memory managment is much less effective than initialize and replace!
07-28-2005 07:22 AM
07-28-2005 11:24 PM
Hi Dai
Can you pls re-produce it in as version 7.0?
Thanks
07-29-2005 02:47 AM
Hi,
here it is. But this is big deal. Just a piece of code to show it does not work.
08-12-2005 03:14 AM