Updating the Igor

Hi
I update my igor from 6.22 version to 6.34. But after it some parts of my code doesn't work.
For example I using component of my table like W_coef[3],W_coef[5],W_coef[1] and ....So now the program can not use this value. By the way when I Print W_coef[3],W_coef[5],W_coef[1] ,I see the coorrect value.
CurveFit/W=2/NTHR=0 Gauss2D  ROI /D
K0 = W_coef[0];K1 = W_coef[1];K2 = W_coef[2];K3 = W_coef[3];K4 = W_coef[4];K5 = W_coef[5];K6 = 0
           Make/N=1/D Count
    Count=2*pi* W_coef[3]*W_coef[5]*W_coef[1]
          AppendToTable Count

With this code,nothing appear in table. How can I solve this problem?

Best regards
It is always a good idea to post a full version of the code that is causing you trouble.

Don't make us work harder than we need to, and you're more likely to get an answer.

--Jim Prouty
Software Engineer, WaveMetrics, Inc.