11-12-2007 02:52 PM
11-12-2007 02:53 PM
11-12-2007 03:04 PM - edited 11-12-2007 03:05 PM
11-12-2007 03:05 PM
11-12-2007 03:14 PM
Thanks for all your promt replies.
Well couple of appraches, I have already used up the auto index in the loop ,
since this array is a part of nested for loops, i cant have another for loop inside it, as the number of elements to be inserted is not fixed.
shift register and build array sound good but cant it be something like build array and insert into it array as the prog. executes??
I appreciate your replies.
thanks
11-12-2007 03:26 PM
11-12-2007 03:32 PM
11-12-2007 03:34 PM
Also let me know how to paste the image in the msg as to just the attachment.
Your inputs are appreciated.
Thanks
11-12-2007 03:37 PM - edited 11-12-2007 03:39 PM
Your value ( s ) will always be at the same location, indexed at 0 (zero). You are building an array of 1 element, most likely of the last value if you have multiple values.
I only saw part of the code, so I do not know if you have a loop or not.. I will go back top the earlier postings in this thread..
Here is your image:
To display it, simply right-click image, get link from properties - copy it. Select Options (at top right of your post) and Edit. CLick on Insert picture icon. Paste link. and picture will show up in your post.
11-12-2007 03:42 PM