Can I define string as "%Fmt" in Printf?

It seems to be the same problem with the same solution as in the other post:

s = Printf.Format("%f %F %f %F");
Printf.format(s,  Inf, Inf, NaN, NaN)
3 Likes