Forum Discussion
AlexeyKolosov
Staff
16 years agoHi Cristian,
Here's a sample script which updates a stored object's property:
Objects.myObject.PropertyByName("myProperty").Value = "new value";
Hi Cristian,
Here's a sample script which updates a stored object's property:
Objects.myObject.PropertyByName("myProperty").Value = "new value";