is there a way to combine two strings (in messages) to one example: msg hello_ msg world
i want -> msg hello_world
or is there a way to eval $1 expressions in strings: obj 10 10 r receive$1 has the result :r receive$1 but i need :r receive{0-9}*
is there a way to get this result?
michael