io.write

Description

Writes the entire object as a string and returns the result code. This function is binary safe.

Syntax

number = io.write(object)

ParameterDescription
object Object to be written to standard output.

Return Value

Returns the number of bytes written.

See Also

write()