Small question.

  • ArtMaster
    14th Feb 2012 Banned 0 Permalink
    This post is hidden because the user is banned
  • mniip
    14th Feb 2012 Developer 0 Permalink
    if you do
    f=io.open('somefile.txt','w')
    f:write('sometext')
    f:close()

    You'll find a file somefile.txt containing sometext
  • ArtMaster
    14th Feb 2012 Banned 0 Permalink
    This post is hidden because the user is banned