systemOutput

Writes the given object to the output stream

systemOutput(obj [, addNewLine] [, doErrorStream]) → returns boolean

This function requires Lucee.  Not supported on Adobe ColdFusion, etc.

Argument Reference

obj any
Required

addNewLine boolean

doErrorStream boolean

Examples
Sample code invoking the systemOutput function

systemOutput("Hello World");

systemOutput([ "foo", "bar" ]);

systemOutput({ "myKey", "myValue" });

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub