Anyone else? This is about adding a random rgb value to an already existing array and tint the object...
I'd probably generate string with rgb values: round(random(0,200)) & ";"& round(random(0,200)) & ";" & round(random(0,200)). Then, you can save that to your array and fetch the proper values with tokenat() - expression.