Forum Discussion
anna_v
Staff
14 years agoHi,
As far as I can see, you try to pass Value1 and Value2 to the arrVal array. But the Value1 and Value2 variables
are not defined in your script code, that is, the arrVal array will be empty.
Try to correct the following code:
ObjectTypeValue = Value1
inerrTextValue = Value2
to
Value1 = ObjectTypeValue
Value2 = inerrTextValue
I hope this helps.
Ann