hey guys,
I want to read out an array with 128 values and send each value to another receiving object. i believe there's a fairly easy way to do so, but it won't come to my mind anyhow...
any answers?
regards
Reading out arrays sending each value to another direction
hey guys,
I want to read out an array with 128 values and send each value to another receiving object. i believe there's a fairly easy way to do so, but it won't come to my mind anyhow...
any answers?
regards
you can use message boxes to replace [send]
make a message box, and add a semicolon first, then press enter. on the next line is your sendname and then the value you want to send to it. like this:
[;
sendname value(
of course, you want different send names and values each time, so use $1 and $2 for the substitution:
[pack f f]
|
[;
$1-sendname $2(
etc
thanks! works!
Oops! Looks like something went wrong!