in reply to Re^4: use of print f and sprint f
in thread use of print f and sprint f
I'm sorry, but I don't understand what your point could possibly be. The documentation states that the first parameter to printf is expected to be a string with placeholders that begin with % and that you should use %% when you want an explicit %. Your assertion that it should print %%%% does not follow from anything in the documentation. Perhaps I'm missing something so could you please explain yourself a little better?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: use of print f and sprint f
by ikegami (Patriarch) on Nov 10, 2004 at 17:04 UTC |