Hi there!
I want to loop through an array looking for the below values. IF it finds them, I want to change the value, if it doesn't, just move on.
[TABLE="width: 147"]
<colgroup><col></colgroup><tbody>[TR]
[TD]10 Very Easy[/TD]
[/TR]
[TR]
[TD]10 Demonstrated Well[/TD]
[/TR]
[TR]
[TD]10 Very Satisfied[/TD]
[/TR]
[TR]
[TD]1 Not Demonstrated[/TD]
[/TR]
[TR]
[TD]1 Not Satisfied[/TD]
[/TR]
[TR]
[TD]1 Not Easy
[/TD]
[/TR]
</tbody>[/TABLE]
The value will change to either 10 or 1 accordingly. Hope someone can help. The array is called FeedbackArray.
I want to loop through an array looking for the below values. IF it finds them, I want to change the value, if it doesn't, just move on.
[TABLE="width: 147"]
<colgroup><col></colgroup><tbody>[TR]
[TD]10 Very Easy[/TD]
[/TR]
[TR]
[TD]10 Demonstrated Well[/TD]
[/TR]
[TR]
[TD]10 Very Satisfied[/TD]
[/TR]
[TR]
[TD]1 Not Demonstrated[/TD]
[/TR]
[TR]
[TD]1 Not Satisfied[/TD]
[/TR]
[TR]
[TD]1 Not Easy
[/TD]
[/TR]
</tbody>[/TABLE]
The value will change to either 10 or 1 accordingly. Hope someone can help. The array is called FeedbackArray.