Hi, can anyone tell me how I send a coma to a message box? if I enter this to a message box and bang it to another I do not get the comma or anything after it?
comma is a special character so it must be backslashed, one way is this:
#N canvas 584 210 454 304 12;
#X obj 137 108 tot .;
#X msg 137 87 query set x "set lol..
.`54 owned";
#X msg 137 130;
#X connect 0 0 2 0;
#X connect 1 0 0 0;