modify variable in html external object

Some things here seem mixed around.....Fisure out if you're getting or setting a value.function getLectoraVarValue() { yourVariable = Varcontainer.getValue();//sets YOUR variable to the value of the LECTORA variable } function setLectoraVarValue() { Varcontainer.set(yourVariable) ;//sets YOUR variable to the value of the LECTORA variable }your Varcontainer = "3" might work, but better to use Trivantis's get and set syntax. I'm assuming you understand that your "3" is a string, and you might have to force it to an integer with parseInt().

Discussions have been disabled for this post