08-04-2011 12:42 AM
When I use the index(like 5) from "insert into array" function, it's not working. When I put the index at zero, it works and inserts the new element at the end of the array.?.?
Solved! Go to Solution.
08-04-2011 01:38 AM
Hi
I think the problem is that you have not initialized your array to which you will add an element. You have to double clik and add a number. You can inicialize only the last element and the prevous elements will be inicialized also.
Try to look at the picture.
Hope it will help