Hi
I'm trying to write a catalog record but by variables ... for example
if i want to fill an attribute called price in a catalog ... i want to refer for it by variable
(this is a wrong example but i will write it to make you understand more)
| Code |
|---|
o=Catalogs.Catalog1.CreateItem();
variable="price";
o.variable=123;
o.write(); |
It doesn't work for sure ... but can you give me a way to solve this problem ?
and thank you in advance