[Help]Adding quote mark in a string
#1

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)
Reply
#2

It should work when you add a backslash before it. \
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)