lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> The common mistake is use string.format to concat strings may contain zeros.
> 
> Maybe supporting embedded zeros would be better ?

That is not trivial to implement. We would need to implement flag '-',
width, and "precision". I don't think it is worth the trouble, to
support something that, as you said, is a mistake.

-- Roberto