Forum Discussion
tristaanogre
9 years agoEsteemed Contributor
This is one of the differences between JScript and JavaScript. You cannot set the value of parameterized properties directly. You need to use the $set method. See
https://support.smartbear.com/testcomplete/docs/scripting/specifics/javascript-for-jscript-users.html
Quote:
JScript lets you assign values to parameterized properties directly:
JavaScript does not support this syntax. You need to use the
$setmethod instead: