BIG PROJECT!!

I am working on a BIG project! The biggest one I have yet to make! It will be my first Corona Game but my experience with C and Objective-C makes it really easy to learn! I cant release any details yet but I have a few questions.


Question 1:

How do I make corona send an e-mail to specifically my e-mail.

Question 2:

How do I compile a LONG array into a string and separate the numbers by commas.

Question 3:

And how do I get the e-mail function to e-mail me the string?

If anyone can answer that would be much appreciated! The sooner this is done the sooner the game will be finished!
I really hope you all will like it! I should be releasing a video in the next few weeks.

-Gamexcb

[import]uid: 8517 topic_id: 3741 reply_id: 303741[/import]

i replied to this where’s my post gone! :S

  1. post to a script on your server that does the mail. pass a secret “key” from corona to your script to stop people abusing it (to some extent anyway)

  2. table.concat(myArray,",")

  3. look at the twitter example in the supplied examples [import]uid: 6645 topic_id: 3741 reply_id: 11391[/import]