printf - format

LUA

printf - format

Parent Previous Next

printf - format

Formatting takes place via placeholders within the format string. The syntax for a format placeholder is:

"%[parameter][flags][width][.precision][length]type"

See the syntax tokens