Advertise here: Contact FM.
if(x == ''){return}
#include <stdio.h>
int main (int argc, char *argv[]) {
printf ("Two single quotes ' and hello, world\n");
return 0;
}
#include <stdio.h>
int main (int argc, char *argv[]) {
printf ("Two single quotes '' and hello, world\n");
return 0;
}
' entity seems to get around this issue and you may wish to use it.
But now it appears I can't even post two single quotes next to each other? Why not? I should escape single quotes with 39; now?
posted by AmbroseChapel at 9:10 PM on October 30, 2006