Am 20.06.2025 um 16:09 schrieb Dhanasekaran Kuppusamy:
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?
It would be useful to be more specific
than to say "it's not working".
However, ...
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)
This line is missing at least an opening parenthesis after the 'sprintf'
function name. If it really worked before, you would have been very lucky.
cheers
sven