file:write (ยทยทยท)
Writes the value of each of its arguments to file
. The arguments must be strings or numbers.
In case of success, this function returns file
. Otherwise it returns nil plus a string describing the error.
file:write (ยทยทยท)
Writes the value of each of its arguments to file
. The arguments must be strings or numbers.
In case of success, this function returns file
. Otherwise it returns nil plus a string describing the error.
Please login to continue.