what if you want to replace one instance IN the object?
if object1 at index 0 has 2 keys: firstname lastname;
how would I replace the lastname Without touching the firstname? can you get that granular with an array? or do you have to write the entire array every change? doesnt this create a lot of overhead?
cheers.bo
|