write

Description

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

Syntax

number = write(object)

ParameterDescription
object Object to be written to standard output.

Return Value

Returns the number of bytes written.

See Also

io.write()