Xbasic

A5WINCLUDE

Syntax

A5WINCLUDE A5W_Page as C

Arguments

A5W_Page

An expression that evaluates to the path and filename of a page containing HTML text and/or Xbasic code.

Description

Loads a file named in expression, preprocesses it as an A5W page, parses and executes it, and adds it to the packages for the current script.

Discussion

The A5WINCLUDE language element loads the file named in expression (if it is not already in the current session packages) preprocesses it as an A5W page, parses and executes it, and adds it to the packages for the current script.

A5WINCLUDE "testinclude.a5w"

See Also