Regarding property list

Hi,

I have two lists:
e,g. put (a,b,c) into aList
put (1,2,3) into bList.
I want to organize the two lists to property list, like (a:1,b:2,c:3), how can I implement it? Thanks.

Regards,
Eko