Is it possible to send more than 1 body in a message.

Hi

I was wondering if it is possible to send more than one body in a message using sendmessage.

I receive messages and use messages like this


 
property = int(message.bodies[0])

Id like to be able to use bodies[1] [2] and so forth.
Using this regular sendmessage


owner.sendMessage("subject",str(body),recipient)

no matter what ive tried i cant get the syntax right for mulitple bodies.

Any help is appreciated

just send multiple messages

ok i can do that . i was just wondering if there was a way to send all relelvent information on one message rather than sending multiple messages. Ok Ill stick with what im doing :smiley: