05-31-2007 05:16 PM
05-31-2007 05:30 PM
05-31-2007 05:46 PM
It would help if you could show is some real code. Show us how you're doing things. Instead of saying "... is wrong", please show us what you got and what you expected to get. 😉 We are not clairvoyant!
Clearly, you need "replace array subset" to change the value of an existing array element. "Insert into array" will grow the array with each iteration. Check the online help for both functions. If your final array is size 11, it means that the loop ran only for one iteration. How many elements are you trying to replace?
06-01-2007 11:28 AM
06-01-2007 11:41 AM
You need to take an image of the code area, then attach that image to your post. What part of the procedure gives you problems?
@Kaspar wrote:
P.S. Does anyone know why I cannot do a simple cut and paste to a posting that shows the portion of the code I am having problems with?
06-01-2007 12:03 PM
@Kaspar wrote:
P.S. Does anyone know why I cannot do a simple cut and paste to a posting that shows the portion of the code I am having problems with?
I often copy the portion of code and put it into paint, then host it through imageshack.us
Regards
06-01-2007 03:05 PM
ok, I will do the imageshack thing to show the code
Kaspar
06-01-2007 03:56 PM

06-01-2007 04:16 PM
06-01-2007 04:21 PM
Hello,
How did you get the picture? now that you got it could you please give me some advice on how I have hosed up the update array? What I have found out that only element 7 gets updated. I am assuming that since I wired up the index to the while counter that all elements of the array would get updated.
Kaspar