Branch: Tag:

1996-10-15

1996-10-15 04:00:13 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

~ documented

Rev: src/modules/sprintf/doc/sprintf:1.2

5194:   <r><c> .n </c><c> set precision </c></r>   <r><c> :n </c><c> set field size &amp; precision </c></r>   <r><c> ;n </c><c> Set column width </c></r> - <r><c> * </c><c> if n is a * then next argument is used </c></r> + <r><c> * </c><c> if n is a * then next argument is used for precision/field size </c></r>   <r><c> 'X' </c><c> Set a pad string. ' cannot be a part of the pad_string (yet) </c></r> -  + <r><c> ~ </c><c> Get pad string from argument list. </c></r>   <r><c> &lt; </c><c> Use same arg again </c></r>   <r><c> ^ </c><c> repeat this on every line produced </c></r>   <r><c> @ </c><c> do this format for each entry in argument array </c></r>