Hello,
I wonder if it is possible to have a browser that tansmit from several origins, that means having a source code like that:
browser transmit from: #row1; from: #row2; to row: #row3; andShow: ......
and in the same time to transform one of the output. So having something like:
browser transmit from: #row1; from: #row2; transformed: [ ... ]; to row: #row3; andShow: ......
If it is possible, what should be put in the transform block? because we have several outputs, so how do we deal with them and what should be returned in the block ?
Hi,
Use "from: aPort transformed: aBlock". The input in the block is the value of the "from" port.
Cheers, Doru
On 23 Sep 2010, at 13:28, Cyrille Delaunay wrote:
Hello,
I wonder if it is possible to have a browser that tansmit from several origins, that means having a source code like that:
browser transmit from: #row1; from: #row2; to row: #row3; andShow: ......
and in the same time to transform one of the output. So having something like:
browser transmit from: #row1; from: #row2; transformed: [ ... ]; to row: #row3; andShow: ......
If it is possible, what should be put in the transform block? because we have several outputs, so how do we deal with them and what should be returned in the block ? _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"We cannot reach the flow of things unless we let go."
Thank you :)
2010/9/23 Tudor Girba tudor.girba@gmail.com
Hi,
Use "from: aPort transformed: aBlock". The input in the block is the value of the "from" port.
Cheers, Doru
On 23 Sep 2010, at 13:28, Cyrille Delaunay wrote:
Hello,
I wonder if it is possible to have a browser that tansmit from several
origins, that means having a source code like that:
browser transmit from: #row1; from: #row2; to row: #row3; andShow: ......
and in the same time to transform one of the output. So having something
like:
browser transmit from: #row1; from: #row2; transformed: [ ... ]; to row: #row3; andShow: ......
If it is possible, what should be put in the transform block? because we
have several outputs, so how do we deal with them and what should be returned in the block ?
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"We cannot reach the flow of things unless we let go."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev