Contents | < Browse | Browse >
\u
This puts unsigned decimal number. This is equal to %lu (RawDoFmt)
E format strings enhancement
The idea was to make output strings fully configurable, so I
enhanced standard pool setting a bit. Here's the format:
t{arg}[width](limit)
arg is the number of argument. width is maximal width of output
string, if the first character is 0, empty fields will be padded
with zeroes. Limit is maximal number of characters to output from
strings.
I have enabled the c-alike format strings (%); it causes small