08.06.2012, 19:26
Not related to your problem but you should remove the return 0's from the loop because it's only going to send one message. Put them outside the loop.
Also try replacing text[0] with just 'text'.
Also try replacing text[0] with just 'text'.