I want to write a list of numbers to an array
but in a dynamic way
how can I set a message so that it says
for example
;
array1 0 0 1 0 1 1 0 0 1 0 1 0 0
where the numbers are selected at run time
I can get a message to read
array1 0 0 1 0 1 1 0 0 1 0 1 0 0
but I can't figure out how to get the ; in there
Thanks for any help
againnn
Iain