Concept Framework 2.2 documentation Contents | Index

WebDocument.PrintLn

Name Type Access Version Deprecated
PrintLn function public version 1.0 no

Prototype:
function PrintLn(x)

Parameters:
x      the element to output (string, number, array, anything)

Description:
Prints a line, and ends the line with the endl line terminator.

The functional version of the operator<<. The equivalent of the echo keyword. This function should be used to output text to the web document. If the BeginDocument function was not called before, a ConceptException will be raised.

Returns:
Returns null.

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:12 2013 GMT(c)2013 Devronium Applications