web.service.template.TExecute

TExecute is available since version 1.0.

Prototype:

string TExecute([number template_context])

Parameters

template_context
the template context, as returned by NewTemplateContext

Description:

Executes a compiled template, and returns the result. This function should be called only after a successfully call to TCompile.

Return value:

Returns the resulted applied template. For error handling, check TErrors.