Name: diC59631 Date: 12/09/98
Here is the doc error:
Note: formats are numbered by order of variable in the string. This is not the same as the argument numbering! For example:
with "abc{2}def{3}ghi{0}...",
format0 affects the first variable {2}
format1 affects the second variable {3}
format2 affects the second variable {0}
and so on.
There are two references to the "second" variable.
The last one should be "third".
(Review ID: 47648)
======================================================================