Hi,

How would I go about building something that takes a number, and creates a message with THAT many consecutive numbers in it, starting with "1"?

For example: When I receive the number "7", my machine creates a message that looks like [1 2 3 4 5 6 7(... or when I get "3" it creates [1 2 3(

I would appreciate any thoughts on this.

Thank you,
Sebastian