I was wondering what the syntax is if you need to evaluate a string as an expression.
In js, you would use eval() :
eval("document." + formName + "._1_1_" + fieldId + "_1");
What would you do in oscript?
Of course this doesn't work, but this is basically what I'm trying to do:
isdefined(this.fRequest. + "elementName")