Include


Overview
The Include standard function inserts the processed body of another page into the current page.

Prototype
{Function (color) does not have a defined prototype.}(string [pageName])

Parameters
  • Name: pageName [Required]
    • Type: string
    • Description: The name of the page to include.


Examples
##Include(pageName)


See Also
Function Calling Convention
Scope Function
Instruction Function
Standard Function

Related