Forum Discussion
anna_v
13 years agoStaff
Hi,
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
Related Content
- 12 years ago
- 11 years ago
- 11 years ago
Recent Discussions
- 2 days ago
- 7 days ago
- 11 days ago