19.09.2012, 11:58
What I want to do is to format a string in a way that the result become:"%s".
As everyone knows when you format the string to "%s" it removes the " " but I want to know how can I add them as a part of the string?(also trying to format as ""%s"" is useless cuz it gives errors)
As everyone knows when you format the string to "%s" it removes the " " but I want to know how can I add them as a part of the string?(also trying to format as ""%s"" is useless cuz it gives errors)