Re: [Tutor] Issue with set_value function

2017-02-13 Thread Alan Gauld via Tutor
On 13/02/17 07:23, Yap Gerald wrote: > I have a problem with the functions set_value which I could not find a > solution on the net. This is very confusing. You don't use set_value() anywhere in the code you posted? You don't describe what the actual problem with set_ value() is. And most of all

Re: [Tutor] Issue with set_value function

2017-02-13 Thread Peter Otten
Yap Gerald wrote: > I have a problem with the functions set_value which I could not find a > solution on the net. In my output below, I was able to set_value at the > first loop but not the second loop. The different check using print could > not identify what was the problem. I have attached my t

[Tutor] Issue with set_value function

2017-02-13 Thread Yap Gerald
Hi Tutors, I have a problem with the functions set_value which I could not find a solution on the net. In my output below, I was able to set_value at the first loop but not the second loop. The different check using print could not identify what was the problem. I have attached my testset, functio