MySQL help (Just tell me if you know the solution)
#8

Quote:
Originally Posted by HuSs3n
View Post
AFIAK format resets ur string , so using format after strcat wont work
You can format a string into itself.
pawn Code:
new string[40] = "Hello";
format(string, sizeof(string), "%s Vincent, how are you?", string);
will print
Code:
Hello Vincent, how are you?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)