Hi,
I have this strange challenge. When I use Lectora's api to update the value of a variable (VarC1.set("1");), the value of the objects property is reflected in firefox and ie 7. However in chrome,safari and ie6 it does not get updated. (Checked using console tools like firebug)
I have placed alert statements in the VarSet function to confirm that control reaches the following lines.
this.value = EncodeNull(setVal)
this.save.
alert(this.value) seems to reflect the new value. I cannot understand what is resetting it to the old value.
Any help will be highly appreciated. Thanks for your support.