From: "Peña, Botp" Date: 2007-05-31T13:15:34+09:00 Subject: get info from object_id Hi All, apologies in advance if this is so stupid for you (my feeble mind is working feebly :) so here goes, Given an object_id, how do i get back the object that id stands for? i'm looking for something like, a=[1,2,3] x=a.object_id b=Object.id_to_object(x) #-> returns object pointed by a wc [1,2,3] b.class #-> returns Array b #-> [1,2,3] b == a #-> true thank you and kind regards -botp