MYSQL INSERT INTO
#5

That's correct. Just like the \ - If you use that one only, it indicates that the code is continueing on the line below (eg.):
Код:
#define something(%0, %1) printf("%d", (%0 + %1)); print("I just calculated something :D");
//Is the same as:
#define something(%0, %1) printf("%d", (%0 + %1)); \
print("I just calculated something :D");
So if you want to use the slash \, you must do this double slash;
Код:
print("This is a slash: \\"); //Will print: This is a slash: \
Kind Regards,
Kwarde
Reply


Messages In This Thread
MYSQL INSERT INTO - by PaulDinam - 18.01.2013, 10:39
Re: MYSQL INSERT INTO - by RajatPawar - 18.01.2013, 11:08
Re: MYSQL INSERT INTO - by Kwarde - 18.01.2013, 11:17
Re: MYSQL INSERT INTO - by RajatPawar - 18.01.2013, 11:22
Re: MYSQL INSERT INTO - by Kwarde - 18.01.2013, 11:32
Re: MYSQL INSERT INTO - by Djole1337 - 18.01.2013, 11:43

Forum Jump:


Users browsing this thread: 3 Guest(s)