ToHtml()

Transforms the query object into an HTML TABLE block

Usage

STRING = ToHtml( query )
Argument Summary
query query

Calling

Supports named-parameter calling allowing you to use the function like:

ToHtml(
   query=?
);

Supports passing parameters as a structure using ArgumentCollection:

ToHtml( ArgumentCollection={
   query : ?
} );