hi.
ex) array with 40 values. i need to take values 28,29 and 30, and concatenation them and put the result into value 28. i then need to "get rid of" 29 and 30 so that value 31 becomes value 29.
before:
28="I
29=like to
30=eat bugs"
31=new value
32=another value
after:
28="I like to eat bugs"
29=new value
30=another value
...
thanks.