%COMMAND i := 1
%WHILE i <= Len(aRate)
%aRate[i,1]% %Tf(aRate[i,2])%
%COMMAND i := i + 1
%ENDDO