H
Hal Fulton
Carlos said:For that conversion, #to_i could have been used as well, and then '09' would
be interpreted as decimal 9. Why should I expect my string to be passed
through Integer() before formatting? That is not documented.
Why would you pass a string to something that expects a number
anyway?
Hal