Javasript message and inlets for receiving object

kmll's icon

I have created several javascripts and I usually send a message using this method:

line1=this.patcher.getnamed("sn_line1");
line1.message(1,20);

However yesterday I wanted to send a message to an object with two inlets, a [*~] How can I route the message to the right inlet of the times~ object?

do.while's icon

Hi .
i wish i could do it too , but unfortunately it is not possible to send it directly to second inlet of an object , as far as i know . u can use "send/receive" objects to omit the limitation

DRKOSS's icon

Any change on this or is send/receive still the way to go?