complex outlets

jamesson's icon

How would I format an outlet list consisting of (symbol1 symbol2 Jsvariable1 Jsvariable2 symbol3)?

I have tried single quotes and double quotes but they all return errors

Many thanks in advance

Christopher Dobrian's icon

You mean like this?

function bang() {
    var x = 23;
    var y = "skidoo";
    outlet(0, "wordone", "wordtwo", x, y, "thelastword");
}

jamesson's icon

Yea, thanks, I fixed it myself

My system (max 6 PC) likes single quotes for whatever reason - double quotes pass into output.