Hi Gretl users, 
                       The following code is not working in  the new version of Gretl-2025b. But  when I use  the previous version of the Gretl it gives the results. What is the problem with the following  code? What is  the solution to this problem? 

string F_Bound_LS= sprintf"F_Bound_Calculated : %.4f\n F_Lower_Bound_I[0]:  %.4f\n\
F_Upper_Bound_I[1]:  %.4f\n",F_Calc_Bound_LS, F_B_I0,F_B_I1)
print "@F_Bound_LS"

string t_Bound_LS= sprintf"t_Bound_Calculated : %.4f\n t_Lower_Bound_I[0]:  %.4f\n\
t_Upper_Bound_I[1]:  %.4f\n",t_Calc_Bound_LS, t_B_I0,t_B_I1
print "@t_Bound_LS"

Thanks in advance.
Dhanasekaran