As the title says... Chat on...

User avatar
By ccxx
#11029 I think I was not clear.
I can't use an easy file.writeline([[.....]]) when variables need to be interpolated in strings.
The correct sintax for a print command ( LUA sintax I mean ) is
Code: Select allprint([[Hello ]] .. name .. [[, your ID is ]] .. id ..  [[.]])
but this doesn't work for file.writeline.