[Resolved] Print() is printing nothing

Good day 2all,
Print() is printing nothing to the terminal in any program, waht can be the prob?

Thanks!! [import]uid: 182396 topic_id: 31844 reply_id: 331844[/import]

Print() will not do anything unless you have a function called Print()

did you mean to print out text? If so, try the following:

[lua] print “Hello World”[/lua] [import]uid: 62706 topic_id: 31844 reply_id: 127097[/import]

If you are not starting it through eclipse or something, make sure to start it using the Corona Terminal executable and not the “Corona Simulator” executable. [import]uid: 105599 topic_id: 31844 reply_id: 127098[/import]

Thanks! Launching Corona Simulator separately was the issue [import]uid: 182396 topic_id: 31844 reply_id: 127123[/import]

Print() will not do anything unless you have a function called Print()

did you mean to print out text? If so, try the following:

[lua] print “Hello World”[/lua] [import]uid: 62706 topic_id: 31844 reply_id: 127097[/import]

If you are not starting it through eclipse or something, make sure to start it using the Corona Terminal executable and not the “Corona Simulator” executable. [import]uid: 105599 topic_id: 31844 reply_id: 127098[/import]

Thanks! Launching Corona Simulator separately was the issue [import]uid: 182396 topic_id: 31844 reply_id: 127123[/import]