how I can convert a variable length list into a targeted message?
maybe the question is more clear if I ask: how to transform these
[list mytarget 2 5 7 3( [list my2ndtarget 5(
into the equivalent of these
[; mytarget 2 5 7 3( [; my2ndtarget 5(
?
Federico