lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


These are embedded in a script, script gets called from web. also print was configured to print on console.
 


 
On Tue, Feb 2, 2010 at 2:55 PM, Alex Queiroz <asandroq@gmail.com> wrote:
Hallo,

On Tue, Feb 2, 2010 at 7:51 PM, Vasanta <vtanna1@gmail.com> wrote:
> These are debug prints, Is it problem?
>
> function db.export()
>    print ("Begin");
>    ......
>    .....
> end
>

    Are you running these in a console? Embedded in an application?
Have "print" been customised for you application? Etc.

--