Formatted string escaped characters

Hey guys, how would I display a percent sign in a formatted string? The escaped percent sign doesn’t parse it seems, nor does the tab character.

Use “%%”. This is not a Juce-related question actually. You can type “man 3 printf” in a unix console to read information about printf formatting.